summaryrefslogtreecommitdiff
path: root/index.css
diff options
context:
space:
mode:
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;
}