mirror of
https://github.com/ZDoom/zdoom-styles.git
synced 2024-11-25 12:50:59 +00:00
- Fixed reported post color.
This commit is contained in:
parent
40dd8f884f
commit
96254d4337
1 changed files with 2 additions and 2 deletions
|
@ -222,11 +222,11 @@ dl.details dd {
|
||||||
}
|
}
|
||||||
|
|
||||||
.reported .inner {
|
.reported .inner {
|
||||||
background-color: rgba(95, 0, 0, 0.75);
|
background-color: rgb(89, 0, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
.reported {
|
.reported {
|
||||||
background-color: rgba(95, 0, 0, 0.75);
|
background-color: rgb(89, 0, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
li.reported:hover {
|
li.reported:hover {
|
||||||
|
|
Loading…
Reference in a new issue