diff --git a/src/index.css b/src/index.css index 3ef95e6..e0bf441 100644 --- a/src/index.css +++ b/src/index.css @@ -1,3 +1,9 @@ +html, body { + background-color: #fff; +} +html.dark, body.dark { + background-color: #020617; +} @tailwind base; @tailwind components; @tailwind utilities;