mirror of
https://github.com/ZDoom/zdoom-styles.git
synced 2024-11-25 04:40:57 +00:00
Fixed reddish white background for reported messages and adjusted rule background color so the text has better visibility.
This commit is contained in:
parent
dd4a20d06f
commit
2645c7d4bc
2 changed files with 7 additions and 7 deletions
|
@ -222,9 +222,9 @@ dl.details dd {
|
|||
color: #BC2A4D;
|
||||
}
|
||||
|
||||
.reported {
|
||||
background-color: #F7ECEF;
|
||||
}
|
||||
/*.reported {
|
||||
background-color: transparent;
|
||||
}*/
|
||||
|
||||
li.reported:hover {
|
||||
background-color: #ECD5D8 !important;
|
||||
|
@ -239,7 +239,7 @@ div.rules {
|
|||
}
|
||||
|
||||
p.rules {
|
||||
background-color: #2584a2;
|
||||
background-color: #2f566b;
|
||||
color: #d7d7d9;
|
||||
}
|
||||
|
||||
|
|
|
@ -593,9 +593,9 @@ li.pagination {
|
|||
font-size: 1em;
|
||||
}
|
||||
|
||||
.reported {
|
||||
background-color: #f7f7f7;
|
||||
}
|
||||
/*.reported {
|
||||
background-color: #f7eceF;
|
||||
}*/
|
||||
|
||||
li.reported:hover {
|
||||
background-color: #ececec;
|
||||
|
|
Loading…
Reference in a new issue