This commit is contained in:
Rasmus Rasmussen 2025-02-03 15:15:57 +01:00
parent c86b4ae71a
commit 4b82dc6e12
2 changed files with 3 additions and 7 deletions

View File

@ -3,8 +3,8 @@
@tailwind utilities;
@layer base {
--color-light: #2500ff;
--color-dark: rgb(0, 0, 0);
--color-light:rgb(256, 256, 256);
--color-dark:rgb(0, 0, 0);
--color-background: var(--color-light);
--color-background:var(--color-light);
}

View File

@ -3,10 +3,6 @@
line-height: 1.5;
font-weight: 400;
#color-scheme: light dark;
#color: rgba(255, 255, 255, 0.87);
#background-color: #242424;
font-synthesis: none;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;