diff options
| author | ache <ache@ache.one> | 2024-07-21 04:19:05 +0200 |
|---|---|---|
| committer | ache <ache@ache.one> | 2024-07-21 04:19:05 +0200 |
| commit | 1fc5e07cae16310734fb882ec59728871d657164 (patch) | |
| tree | bd3bdc142c4952610c10295587f2de289b91c610 | |
| parent | Add feedback (diff) | |
Add clean white background
| -rw-r--r-- | src/app.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/app.css b/src/app.css index 39cdeb2..25775c1 100644 --- a/src/app.css +++ b/src/app.css @@ -30,6 +30,9 @@ body { min-width: 320px; max-height: 100vh; overflow: hidden; + background-color: white; + color: black; + height: 100vh; } h1 { |