mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-07 13:12:39 +02:00
Updated some colors.
This commit is contained in:
parent
53d05f9fee
commit
3c1665df02
1 changed files with 8 additions and 0 deletions
|
@ -46,6 +46,10 @@ thead {
|
|||
background: #1f3341 !important;
|
||||
}
|
||||
|
||||
thead tr {
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
table tr:nth-child(2n) {
|
||||
background: #1f3341 !important;
|
||||
}
|
||||
|
@ -56,4 +60,8 @@ table tr:nth-child(2n) {
|
|||
|
||||
#main a, #main a:visited, #main a:active, #main a:hover {
|
||||
color: #69d3ff !important;
|
||||
}
|
||||
|
||||
.important {
|
||||
color: #BF2424 !important;
|
||||
}
|
Loading…
Reference in a new issue