mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-19 07:44:02 +02:00
21 lines
437 B
SCSS
21 lines
437 B
SCSS
$primary: #5CDD8B;
|
|
$danger: #DC3545;
|
|
$warning: #f8a306;
|
|
$link-color: #111;
|
|
$border-radius: 50rem;
|
|
|
|
$highlight: #7ce8a4;
|
|
$highlight-white: #e7faec;
|
|
|
|
|
|
$dark-font-color: #b1b8c0;
|
|
|
|
.dark {
|
|
--page-background: #0a0a0a;
|
|
--background-secondary: #656565;
|
|
--background-4: #070A10;
|
|
--background-ternary: #a7a7a7;
|
|
--background-sidebar-active: #777777;
|
|
--background-navbar: #333333;
|
|
--main-font-color: $dark-font-color;
|
|
}
|