mirror of
https://github.com/ZDoom/zdoom-styles.git
synced 2024-11-22 03:31:15 +00:00
Fixed some colors in the moderator panel.
This commit is contained in:
parent
ebca15f2ba
commit
c599938b0b
1 changed files with 3 additions and 3 deletions
|
@ -239,8 +239,8 @@ div.rules {
|
|||
}
|
||||
|
||||
p.rules {
|
||||
background-color: #3594c2;
|
||||
color: #a7a7a9;
|
||||
background-color: #2584a2;
|
||||
color: #d7d7d9;
|
||||
}
|
||||
|
||||
/*
|
||||
|
@ -805,7 +805,7 @@ ul.cplist {
|
|||
}
|
||||
|
||||
#cp-main table.table1 thead th {
|
||||
color: #22262e;
|
||||
color: #aaaaaa;
|
||||
border-bottom-color: #22262e;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue