1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-03 22:27:54 +02:00

[ticket/12598] Clean up unused link colors

PHPBB3-12598
This commit is contained in:
PayBas 2014-07-07 22:09:00 +02:00
parent 3f71d7dba1
commit b5800d1124

View File

@ -18,11 +18,11 @@ a:hover { text-decoration: underline; }
} }
/* 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 {
text-decoration: none; text-decoration: none;
} }
.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 {
text-decoration: underline; text-decoration: underline;
} }