fix bug with font on light theme

This commit is contained in:
d3m0k1d
2026-02-17 16:30:10 +03:00
parent 0eca2b1e68
commit e14450f373

View File

@@ -1,7 +1,16 @@
@import "tailwindcss"; @import "tailwindcss";
@plugin "daisyui"; @plugin "daisyui";
#root { #root {
max-width: 1280px; max-width: 1280px;
margin: 0 auto; margin: 0 auto;
padding: 2rem; padding: 2rem;
color: oklch(var(--bc));
}
body {
color: oklch(var(--bc));
background-color: oklch(var(--b1));
} }