diff --git a/theme-dark/templates/base.html b/theme-dark/templates/base.html
index 23c3f25..80582d9 100644
--- a/theme-dark/templates/base.html
+++ b/theme-dark/templates/base.html
@@ -12,7 +12,7 @@
font: 0.75em/1.5 AppleGothic, Sans-serif;
color: deeppink;
/* background-color: rgba(255, 235, 205, 0.2); */
- background-color: rgba(0, 0, 0, 1);
+ background-color: rgba(0, 0, 0, 1.0);
scrollbar-width: none;
}