diff --git a/public_html/eh/eh/eh/eh-eh/styles/style.css b/public_html/eh/eh/eh/eh-eh/styles/style.css
index c62debd..c2881c7 100644
--- a/public_html/eh/eh/eh/eh-eh/styles/style.css
+++ b/public_html/eh/eh/eh/eh-eh/styles/style.css
@@ -22,6 +22,10 @@
}
}
+. {
+ background: var(--html-background);
+}
+
html {
color: var(--foreground);
diff --git a/styles/style.css b/styles/style.css
index c62debd..227ebd0 100644
--- a/styles/style.css
+++ b/styles/style.css
@@ -22,7 +22,6 @@
}
}
-
html {
color: var(--foreground);
background: var(--html-background);