aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2024-07-21 04:19:05 +0200
committerache <ache@ache.one>2024-07-21 04:19:05 +0200
commit1fc5e07cae16310734fb882ec59728871d657164 (patch)
treebd3bdc142c4952610c10295587f2de289b91c610
parentAdd feedback (diff)
Add clean white background
-rw-r--r--src/app.css3
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 {