changed white

This commit is contained in:
2026-03-19 11:20:26 -04:00
parent 669f7efeb9
commit 16d3ac5ace

View File

@@ -5,7 +5,7 @@
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color-scheme: light dark;
--white: #f2f2f2;
--white: #cfcfcf;
--black: #1a1a1a;
}
/* Fonts */
@@ -49,6 +49,7 @@ body {
flex-direction: column;
align-items: center;
justify-content: center;
color: var(--white);
background-color: black;
}