mirror of
https://github.com/ZDoom/zdoom-styles.git
synced 2024-11-10 14:41:53 +00:00
Fixed hover color for reported topics. This time for real.
This commit is contained in:
parent
cc801c775e
commit
a8e4a3cfed
1 changed files with 2 additions and 1 deletions
|
@ -227,8 +227,9 @@ dl.details dd {
|
||||||
}*/
|
}*/
|
||||||
|
|
||||||
li.reported:hover {
|
li.reported:hover {
|
||||||
background-color: #ECD5D8 !important;
|
background-color: #34373d !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sticky, .announce {
|
.sticky, .announce {
|
||||||
/* you can add a background for stickies and announcements*/
|
/* you can add a background for stickies and announcements*/
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue