refactor: theming
This commit is contained in:
parent
9a77c7da2a
commit
a4d235b6fe
22 changed files with 351 additions and 39 deletions
|
@ -1,4 +1,11 @@
|
|||
:root {
|
||||
--color-primary: #53b3cb;
|
||||
--color-border: #88888820;
|
||||
--c-primary: #53b3cb;
|
||||
--c-border: #88888820;
|
||||
--c-bg-base: #fff;
|
||||
--c-text-base: #222;
|
||||
}
|
||||
|
||||
.dark {
|
||||
--c-bg-base: #111;
|
||||
--c-text-base: #fff;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue