diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-10-02 11:31:56 +0200 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-10-02 11:31:56 +0200 |
| commit | 9907ffb30cabc38e42cf97048bff306f0e14a8e6 (patch) | |
| tree | 03300a453ae65f9b529086a1f170b709938279e3 /apps/kit/src/app.pcss | |
| parent | caafa2f5dee224feffb17b1e8bccd6fd26c2e0d5 (diff) | |
| download | greatoffice-9907ffb30cabc38e42cf97048bff306f0e14a8e6.tar.xz greatoffice-9907ffb30cabc38e42cf97048bff306f0e14a8e6.zip | |
refactor: Use utility class to set bg color
Diffstat (limited to 'apps/kit/src/app.pcss')
| -rw-r--r-- | apps/kit/src/app.pcss | 4 |
1 files changed, 0 insertions, 4 deletions
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; } |
