[ticket/12598] Remove unused link colors

PHPBB3-12598
This commit is contained in:
PayBas 2014-07-07 21:43:26 +02:00
parent 514bf6e39a
commit 3f71d7dba1

View file

@ -255,11 +255,11 @@ a { color: #105289; }
a:hover { color: #D31141; } a:hover { color: #D31141; }
/* Links on gradient backgrounds */ /* Links on gradient backgrounds */
.navbg a, .forumbg .header a, .forabg .header a, th a { .forumbg .header a, .forabg .header a, th a {
color: #FFFFFF; color: #FFFFFF;
} }
.navbg a:hover, .forumbg .header a:hover, .forabg .header a:hover, th a:hover { .forumbg .header a:hover, .forabg .header a:hover, th a:hover {
color: #A8D8FF; color: #A8D8FF;
} }