X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=resources%2Fsrc%2Fjquery%2Fjquery.badge.css;h=8b4bd7b3eb92719f637d989c9ddb3071b484c834;hb=cf5c36ccfd8dce53ea8d3631b1902050e93d4acd;hp=34cdf76cf1d684b7b5663b469203b6895b38f452;hpb=96366c1cf1966ca07e8f0b4361bbca28bfaf43a0;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/src/jquery/jquery.badge.css b/resources/src/jquery/jquery.badge.css index 34cdf76cf1..8b4bd7b3eb 100644 --- a/resources/src/jquery/jquery.badge.css +++ b/resources/src/jquery/jquery.badge.css @@ -11,9 +11,9 @@ .mw-badge-content { font-weight: bold; - color: white; + color: #fff; vertical-align: baseline; - text-shadow: 0 1px rgba(0, 0, 0, 0.4); + text-shadow: 0 1px rgba( 0, 0, 0, 0.4 ); } .mw-badge-inline { @@ -32,5 +32,5 @@ } .mw-badge-important { - background-color: #cc0000; + background-color: #c00; }