From 216f0a949c123be69410d855a3a389d3100bf741 Mon Sep 17 00:00:00 2001 From: mattkae Date: Wed, 29 Dec 2021 16:13:13 -0500 Subject: Fix for a terrible orange color --- index.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'index.css') diff --git a/index.css b/index.css index 58a818e..4f469af 100644 --- a/index.css +++ b/index.css @@ -3,7 +3,7 @@ body { height: 100vh; font-family: Arial, Helvetica, sans-serif; font-size: 16px; - background-color: white; + background-color: transparent; color: black; padding: 0; margin: auto; @@ -182,12 +182,12 @@ input:focus { /* Theme display */ #theme_container { - position: fixed; + position: absolute; top: 0; left: 0; width: 100vw; height: 100vh; - background-color: transparent; + background-color: white; z-index: -1; } -- cgit v1.2.1