Minor style tweaks

This commit is contained in:
Gregory Schier
2023-03-02 16:16:41 -08:00
parent 548aa4c7cd
commit f32b984e77
21 changed files with 11 additions and 9 deletions

View File

@@ -30,6 +30,7 @@ html, body, #root {
:root, [data-theme="light"] {
/* Colors */
--color-white: 255 100% 100%;
--color-black: 255 0% 0%;
--color-background: var(--color-white);
--color-blue-50: 217 91% 95%;
@@ -107,7 +108,6 @@ html, body, #root {
}
[data-theme="dark"] {
--color-white: 255 100% 100%;
--color-background: 217 21% 7%;
--color-blue-900: 217 91% 95%;