mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-10 23:40:50 -04:00
WIP: Convert Settings to components
This commit is contained in:
parent
74d2b38cb6
commit
f9bb48de13
12 changed files with 1190 additions and 633 deletions
|
@ -188,8 +188,8 @@ main {
|
|||
|
||||
.dark {
|
||||
header {
|
||||
background-color: #161b22;
|
||||
border-bottom-color: #161b22 !important;
|
||||
background-color: $dark-header-bg;
|
||||
border-bottom-color: $dark-header-bg !important;
|
||||
|
||||
span {
|
||||
color: #f0f6fc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue