fix: white text color
All checks were successful
deploy / deploy (push) Successful in 1m48s

This commit is contained in:
ndsboy 2025-03-25 22:01:45 +00:00
parent 131df9f7e1
commit 29a6b544ad

View file

@ -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;
}
}