From 942da03f7c15241c67edb350b446b7e45cee931e Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Wed, 28 Sep 2022 21:27:21 +0800 Subject: refactor: Set a white background --- apps/kit/src/app.pcss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/kit/src/app.pcss b/apps/kit/src/app.pcss index d256fea..c927435 100644 --- a/apps/kit/src/app.pcss +++ b/apps/kit/src/app.pcss @@ -3,6 +3,10 @@ @tailwind components; @tailwind utilities; +html { + background-color: white; +} + pre { font-family: monospace !important; } -- cgit v1.3