From 9907ffb30cabc38e42cf97048bff306f0e14a8e6 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Sun, 2 Oct 2022 17:31:56 +0800 Subject: refactor: Use utility class to set bg color --- apps/kit/src/app.html | 2 +- apps/kit/src/app.pcss | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) (limited to 'apps/kit') diff --git a/apps/kit/src/app.html b/apps/kit/src/app.html index 3df27c1..9d1d0ae 100644 --- a/apps/kit/src/app.html +++ b/apps/kit/src/app.html @@ -1,5 +1,5 @@ - + diff --git a/apps/kit/src/app.pcss b/apps/kit/src/app.pcss index c927435..d256fea 100644 --- a/apps/kit/src/app.pcss +++ b/apps/kit/src/app.pcss @@ -3,10 +3,6 @@ @tailwind components; @tailwind utilities; -html { - background-color: white; -} - pre { font-family: monospace !important; } -- cgit v1.3