diff options
Diffstat (limited to 'apps')
| -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; } |
