- Fixed reported post color.

This commit is contained in:
Accensus 2017-06-20 15:53:07 +03:00
parent 40dd8f884f
commit 96254d4337

View file

@ -222,11 +222,11 @@ dl.details dd {
}
.reported .inner {
background-color: rgba(95, 0, 0, 0.75);
background-color: rgb(89, 0, 0);
}
.reported {
background-color: rgba(95, 0, 0, 0.75);
background-color: rgb(89, 0, 0);
}
li.reported:hover {