Darken the text color in successbox
authorJackmcbarn <jackmcbarn@gmail.com>
Tue, 2 Dec 2014 00:11:30 +0000 (19:11 -0500)
committerJackmcbarn <jackmcbarn@gmail.com>
Tue, 2 Dec 2014 00:11:30 +0000 (19:11 -0500)
A user mentioned that there isn't currently enough contrast in successbox,
which impairs accessibility. This fixes that.

Change-Id: Id819524377108ec04fe5f3faef7979bc22fbd891

resources/src/mediawiki.legacy/shared.css

index 0604773..02bae5a 100644 (file)
@@ -584,7 +584,7 @@ table.wikitable > caption {
 }
 
 .successbox {
-       color: #009000;
+       color: #008000;
        border-color: #b7fdb5;
        background-color: #e1fddf;
 }