mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/12598] Remove unused link colors
PHPBB3-12598
This commit is contained in:
parent
514bf6e39a
commit
3f71d7dba1
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue