summaryrefslogtreecommitdiff
path: root/index.css
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2021-12-29 16:13:13 -0500
committermattkae <mattkae@protonmail.com>2021-12-29 16:13:13 -0500
commit216f0a949c123be69410d855a3a389d3100bf741 (patch)
treec551d7643b60bde6ec71b3b1934696b7ec5dd939 /index.css
parent2a8544e2d2534b138b7100ea8cfb30c21358adaf (diff)
Fix for a terrible orange color
Diffstat (limited to 'index.css')
-rw-r--r--index.css6
1 files changed, 3 insertions, 3 deletions
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;
}