mirror of
https://github.com/ZDoom/zdoom-styles.git
synced 2025-02-18 01:51:34 +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;
|
color: #BC2A4D;
|
||||||
}
|
}
|
||||||
|
|
||||||
.reported {
|
/*.reported {
|
||||||
background-color: #F7ECEF;
|
background-color: transparent;
|
||||||
}
|
}*/
|
||||||
|
|
||||||
li.reported:hover {
|
li.reported:hover {
|
||||||
background-color: #ECD5D8 !important;
|
background-color: #ECD5D8 !important;
|
||||||
|
@ -239,7 +239,7 @@ div.rules {
|
||||||
}
|
}
|
||||||
|
|
||||||
p.rules {
|
p.rules {
|
||||||
background-color: #2584a2;
|
background-color: #2f566b;
|
||||||
color: #d7d7d9;
|
color: #d7d7d9;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -593,9 +593,9 @@ li.pagination {
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.reported {
|
/*.reported {
|
||||||
background-color: #f7f7f7;
|
background-color: #f7eceF;
|
||||||
}
|
}*/
|
||||||
|
|
||||||
li.reported:hover {
|
li.reported:hover {
|
||||||
background-color: #ececec;
|
background-color: #ececec;
|
||||||
|
|
Loading…
Reference in a new issue