mirror of
https://github.com/pds-nest/nest.git
synced 2024-11-22 13:04:19 +00:00
🔧 Tweak colors a little bit
This commit is contained in:
parent
c8e8bb5b0a
commit
0c887899bd
1 changed files with 2 additions and 4 deletions
|
@ -20,7 +20,6 @@ body {
|
||||||
--bg-dark: #254D61;
|
--bg-dark: #254D61;
|
||||||
|
|
||||||
--fg-primary: #FFFFFF;
|
--fg-primary: #FFFFFF;
|
||||||
--fg-secondary: #536841;
|
|
||||||
|
|
||||||
--btn-on: #5D815C;
|
--btn-on: #5D815C;
|
||||||
--btn-off: #F6E2BC;
|
--btn-off: #F6E2BC;
|
||||||
|
@ -32,10 +31,9 @@ body {
|
||||||
.ThemeLight {
|
.ThemeLight {
|
||||||
--bg-primary: #CAE4F6;
|
--bg-primary: #CAE4F6;
|
||||||
--bg-light: #B2CEDF;
|
--bg-light: #B2CEDF;
|
||||||
--bg-dark: #7292AF;
|
--bg-dark: #92B5D5;
|
||||||
|
|
||||||
--fg-primary: #536841;
|
--fg-primary: #336582;
|
||||||
--fg-secondary: #FFFFFF;
|
|
||||||
|
|
||||||
--btn-on: #A3BDA2;
|
--btn-on: #A3BDA2;
|
||||||
--btn-off: #FFFFFF;
|
--btn-off: #FFFFFF;
|
||||||
|
|
Loading…
Reference in a new issue