Make #contentSub slightly darker
authorBartosz Dziewoński <matma.rex@gmail.com>
Fri, 18 Oct 2013 16:09:04 +0000 (18:09 +0200)
committerOri.livneh <ori@wikimedia.org>
Tue, 17 Dec 2013 19:29:44 +0000 (19:29 +0000)
It's too light, not contrasting with the white background.

Bug: 54423
Change-Id: I58e2a028ce097315c82742a6fce91c18f94e5037

skins/common/commonInterface.css
skins/modern/main.css

index af6665e..7eca070 100644 (file)
@@ -59,7 +59,7 @@
        font-size: 84%;
        line-height: 1.2em;
        margin: 0 0 1.4em 1em;
-       color: #7d7d7d;
+       color: #545454;
        width: auto;
 }
 span.subpages {
index 40fbfd7..5da7d5b 100644 (file)
@@ -303,7 +303,7 @@ hr {
 }
 
 #contentSub {
-       color: #888;
+       color: #545454;
        font-size: small;
        padding-left: 2em;
 }