diff --git a/theme-dark/templates/base.html b/theme-dark/templates/base.html index a8eba5e..9e0fcb7 100644 --- a/theme-dark/templates/base.html +++ b/theme-dark/templates/base.html @@ -12,7 +12,8 @@ font: 0.75em/1.5 AppleGothic, Sans-serif; color: #32CD32; /* limegreen */ - background-color: rgba(0, 0, 0, 1); + background-color: #3A3A38; + /* blackberry */ overflow: hidden; }