From d8885ecb0516bc160ea192329f4222b37900f3bf Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Sun, 10 May 2020 19:43:56 +0900 Subject: [PATCH] =?UTF-8?q?/=20=E2=80=98theme-dark/templates/base.html?= =?UTF-8?q?=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- theme-dark/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme-dark/templates/base.html b/theme-dark/templates/base.html index d07e849..d67ad40 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: rgba(100, 255, 200, 1.0); /* chartreuse */ /* color: rgba(255, 20, 147, 1.0); */ /* deeppink */ - background-color: rgba(0, 0, 0, 1.0); /* black */ + background-color: rgba(0, 80, 80, 1.0); /* black */ scrollbar-width: none; }