1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[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; }
/* Links on gradient backgrounds */
.navbg a, .forumbg .header a, .forabg .header a, th a {
.forumbg .header a, .forabg .header a, th a {
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;
}