From 4b82dc6e1253526876e9b1ceb145a63d0fb35eaa Mon Sep 17 00:00:00 2001 From: rasmus Date: Mon, 3 Feb 2025 15:15:57 +0100 Subject: [PATCH] Fix CSS --- src/index.css | 6 +++--- src/styles.css | 4 ---- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/src/index.css b/src/index.css index 1965c59..2fae090 100644 --- a/src/index.css +++ b/src/index.css @@ -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); } \ No newline at end of file diff --git a/src/styles.css b/src/styles.css index 8886507..44d46fb 100644 --- a/src/styles.css +++ b/src/styles.css @@ -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;