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 | |
| parent | caafa2f5dee224feffb17b1e8bccd6fd26c2e0d5 (diff) | |
| download | greatoffice-9907ffb30cabc38e42cf97048bff306f0e14a8e6.tar.xz greatoffice-9907ffb30cabc38e42cf97048bff306f0e14a8e6.zip | |
refactor: Use utility class to set bg color
| -rw-r--r-- | apps/kit/src/app.html | 2 | ||||
| -rw-r--r-- | apps/kit/src/app.pcss | 4 |
2 files changed, 1 insertions, 5 deletions
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 @@ <!DOCTYPE html> -<html class="h-full" lang="en"> +<html class="h-full bg-white" lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width" /> 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; } |
