fix: fix CSS vars

This commit is contained in:
Yarmo Mackenbach 2023-10-05 13:15:23 +02:00
parent 99217f6a3d
commit 94471b4b8e
No known key found for this signature in database
GPG key ID: 3C57D093219103A3

View file

@ -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);