feat: improved theming
This commit is contained in:
parent
b48fa57267
commit
72c09452e0
5 changed files with 15 additions and 14 deletions
|
@ -147,7 +147,7 @@
|
|||
}
|
||||
|
||||
/* dark theme */
|
||||
:root.theme__dark {
|
||||
:root[data-theme="dark"] {
|
||||
--text-color: var(--color-lightest);
|
||||
--background-color: var(--color-darkest);
|
||||
--text-color-inverted: var(--color-darkest);
|
||||
|
|
Reference in a new issue