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:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user