diff --git a/theme-dark/templates/base.html b/theme-dark/templates/base.html
index 8c7ecde..23c3f25 100644
--- a/theme-dark/templates/base.html
+++ b/theme-dark/templates/base.html
@@ -11,8 +11,8 @@
body {
font: 0.75em/1.5 AppleGothic, Sans-serif;
color: deeppink;
- /* background-color: rgb(255, 235, 205, 0.2); */
- background-color: black;
+ /* background-color: rgba(255, 235, 205, 0.2); */
+ background-color: rgba(0, 0, 0, 1);
scrollbar-width: none;
}
@@ -22,12 +22,12 @@
}
a {
- color: rgb(255, 20, 147, 0.25);
+ color: rgba(255, 20, 147, 0.25);
text-decoration: none;
}
a.noticeable:hover {
- background-color: rgb(255, 20, 147, 0.15);
+ background-color: rgba(255, 20, 147, 0.15);
opacity: 0.4;
}