diff --git a/theme-dark/templates/base.html b/theme-dark/templates/base.html
index a48c2ad..8c7ecde 100644
--- a/theme-dark/templates/base.html
+++ b/theme-dark/templates/base.html
@@ -11,7 +11,8 @@
body {
font: 0.75em/1.5 AppleGothic, Sans-serif;
color: deeppink;
- background-color: rgb(255, 235, 205, 0.2);
+ /* background-color: rgb(255, 235, 205, 0.2); */
+ background-color: black;
scrollbar-width: none;
}