chore: update theme color
This commit is contained in:
parent
129e12c217
commit
0a59c95cf2
@ -1,6 +1,6 @@
|
||||
:root {
|
||||
--c-primary: #53b3cb;
|
||||
--c-primary-active: #3a7b8c;
|
||||
--c-primary: #EA9E44;
|
||||
--c-primary-active: #C16929;
|
||||
--c-border: #88888820;
|
||||
--c-bg-base: #fff;
|
||||
--c-bg-active: #f6f6f6;
|
||||
@ -9,6 +9,8 @@
|
||||
}
|
||||
|
||||
.dark {
|
||||
--c-primary: #C16929;
|
||||
--c-primary-active: #EA9E44;
|
||||
--c-bg-base: #111;
|
||||
--c-bg-active: #151515;
|
||||
--c-text-base: #fff;
|
||||
|
Loading…
Reference in New Issue
Block a user