From f644f7f4233d64cda705f00dac065c8646953da1 Mon Sep 17 00:00:00 2001 From: Brekke-Green Date: Thu, 16 Nov 2023 12:44:56 -0500 Subject: [PATCH] Fix bug on android scroll --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 1bb08c2..8a397d0 100644 --- a/style.css +++ b/style.css @@ -29,6 +29,7 @@ body { min-width: fit-content; width: 100%; min-height: 100vh; + height: 100%; font-family: monospace; background-color: #2E3440; } @@ -78,7 +79,7 @@ button:focus-visible { @media (prefers-color-scheme: light) { :root { color: #213547; - background-color: #ffffff; + background-color: #2E3440; } a:hover { color: #747bff;