mirror of
https://github.com/nezhahq/nezha.git
synced 2025-01-23 13:18:13 -05:00
35 lines
553 B
CSS
Vendored
35 lines
553 B
CSS
Vendored
body.dark {
|
|
background: #263236;
|
|
color: #aaa;
|
|
}
|
|
|
|
body.dark table.table-striped tr.even {
|
|
background-color: #212f36;
|
|
}
|
|
|
|
#servers tr:nth-child(odd) {
|
|
/* color: red; */
|
|
background: #384d58;
|
|
}
|
|
|
|
body.dark table.table-striped tr.odd {
|
|
background-color: #384d58;
|
|
}
|
|
|
|
body.dark tr.expandRow {
|
|
background-color: #263238 !important;
|
|
}
|
|
|
|
body.dark .panel {
|
|
background-color: #384d58;
|
|
color: #aaa;
|
|
}
|
|
|
|
body.dark .panel h3,
|
|
body.dark .panel span {
|
|
color: #aaa;
|
|
}
|
|
|
|
body.dark .page-section {
|
|
border-bottom: 1px solid #212f36;
|
|
} |