From 29a6b544ad124259c667ec98e4a094847c84f239 Mon Sep 17 00:00:00 2001 From: ndsboy Date: Tue, 25 Mar 2025 22:01:45 +0000 Subject: [PATCH] fix: white text color --- src/style.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/style.css b/src/style.css index 91471a8..d55dffe 100644 --- a/src/style.css +++ b/src/style.css @@ -1,19 +1,23 @@ @import "tailwindcss"; @plugin "@tailwindcss/typography"; + @theme { --font-sans: "Ubuntu", "sans-serif"; --font-serif: "Ubuntu", "sans-serif"; --font-mono: "Ubuntu Mono", "monospace"; } + @plugin "@iconify/tailwind4"; @plugin "daisyui" {} + @plugin "daisyui/theme" { name: "swablab"; default: true; prefersdark: true; color-scheme: dark; + --color-base-content: white; --color-base-100: "#171717"; --color-base-200: "#262626"; --color-base-300: "#404040"; @@ -40,8 +44,7 @@ font-style: normal; font-display: block; font-weight: 100 800; - src: url(@fontsource-variable/ubuntu-sans/files/ubuntu-sans-latin-wght-normal.woff2) - format("woff2-variations"); + src: url(@fontsource-variable/ubuntu-sans/files/ubuntu-sans-latin-wght-normal.woff2) format("woff2-variations"); unicode-range: U+0000-00FF, U+0131, @@ -63,4 +66,4 @@ U+2215, U+FEFF, U+FFFD; -} +} \ No newline at end of file