forked from Mirrors/keyoxide-web
fix: fix CSS vars
This commit is contained in:
parent
99217f6a3d
commit
94471b4b8e
1 changed files with 2 additions and 2 deletions
|
@ -70,8 +70,8 @@ more information on this, and how to apply and follow the GNU AGPL, see <https:/
|
|||
--primary-color-subtle-light: var(--purple-400);
|
||||
--primary-color-subtle-dark: var(--purple-500);
|
||||
|
||||
--background-color-light: var(#fafafa);
|
||||
--background-color-dark: var(#0a0a0a);
|
||||
--background-color-light: #fafafa;
|
||||
--background-color-dark: #0a0a0a;
|
||||
}
|
||||
:root {
|
||||
--primary-color: var(--primary-color-light);
|
||||
|
|
Loading…
Reference in a new issue