mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-10-01 01:25:45 -04:00
123fca43a1
* darkmode fixes * fix: darkmode: empty beats in active/ hovered state * fix: color for empty beats * fix: navbar background color * Update src/assets/vars.scss Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com> * Update src/assets/app.scss Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com> * wip, split dark theme style by .dark and store light theme to normal * add back missing css * working switch theme button and tuning dark theme * finish dark theme Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com> Co-authored-by: LouisLam <louislam@users.noreply.github.com>
15 lines
271 B
SCSS
15 lines
271 B
SCSS
$primary: #5CDD8B;
|
|
$danger: #DC3545;
|
|
$warning: #f8a306;
|
|
$link-color: #111;
|
|
$border-radius: 50rem;
|
|
|
|
$highlight: #7ce8a4;
|
|
$highlight-white: #e7faec;
|
|
|
|
$dark-font-color: #b1b8c0;
|
|
$dark-font-color2: #020b05;
|
|
$dark-bg: #0D1117;
|
|
$dark-bg2: #070A10;
|
|
$dark-border-color: #1d2634;
|