From: Jackmcbarn Date: Tue, 2 Dec 2014 00:11:30 +0000 (-0500) Subject: Darken the text color in successbox X-Git-Tag: 1.31.0-rc.0~13091^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=aa981b919d7e79b845f163345eee8fe79007fe43;p=lhc%2Fweb%2Fwiklou.git Darken the text color in successbox A user mentioned that there isn't currently enough contrast in successbox, which impairs accessibility. This fixes that. Change-Id: Id819524377108ec04fe5f3faef7979bc22fbd891 --- diff --git a/resources/src/mediawiki.legacy/shared.css b/resources/src/mediawiki.legacy/shared.css index 0604773eda..02bae5a327 100644 --- a/resources/src/mediawiki.legacy/shared.css +++ b/resources/src/mediawiki.legacy/shared.css @@ -584,7 +584,7 @@ table.wikitable > caption { } .successbox { - color: #009000; + color: #008000; border-color: #b7fdb5; background-color: #e1fddf; }