diff --git a/frontend/src/App.css b/frontend/src/App.css index 49d8bab..4aeddfc 100644 --- a/frontend/src/App.css +++ b/frontend/src/App.css @@ -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)); }