mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 19:10:49 +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;
|
background: #1f3341 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
thead tr {
|
||||||
|
color: white !important;
|
||||||
|
}
|
||||||
|
|
||||||
table tr:nth-child(2n) {
|
table tr:nth-child(2n) {
|
||||||
background: #1f3341 !important;
|
background: #1f3341 !important;
|
||||||
}
|
}
|
||||||
|
@ -56,4 +60,8 @@ table tr:nth-child(2n) {
|
||||||
|
|
||||||
#main a, #main a:visited, #main a:active, #main a:hover {
|
#main a, #main a:visited, #main a:active, #main a:hover {
|
||||||
color: #69d3ff !important;
|
color: #69d3ff !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.important {
|
||||||
|
color: #BF2424 !important;
|
||||||
}
|
}
|
Loading…
Reference in a new issue