From dffd12022e855bfd4115b7f2e0b2e81865e40007 Mon Sep 17 00:00:00 2001 From: rasmus Date: Mon, 3 Feb 2025 15:19:32 +0100 Subject: [PATCH] Fix CSS --- src/index.css | 9 +-------- tailwind.config.js | 3 --- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/src/index.css b/src/index.css index 2fae090..bd6213e 100644 --- a/src/index.css +++ b/src/index.css @@ -1,10 +1,3 @@ @tailwind base; @tailwind components; -@tailwind utilities; - -@layer base { - --color-light:rgb(256, 256, 256); - --color-dark:rgb(0, 0, 0); - - --color-background:var(--color-light); -} \ No newline at end of file +@tailwind utilities; \ No newline at end of file diff --git a/tailwind.config.js b/tailwind.config.js index 46296db..cc45778 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -10,9 +10,6 @@ export default { ], theme: { extend: { - colors: { - var_background: "var(--color-background)" - } }, }, plugins: [],