fix bug with font on light theme
This commit is contained in:
@@ -1,7 +1,16 @@
|
||||
@import "tailwindcss";
|
||||
@plugin "daisyui";
|
||||
|
||||
#root {
|
||||
max-width: 1280px;
|
||||
margin: 0 auto;
|
||||
padding: 2rem;
|
||||
color: oklch(var(--bc));
|
||||
|
||||
}
|
||||
|
||||
|
||||
body {
|
||||
color: oklch(var(--bc));
|
||||
background-color: oklch(var(--b1));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user