From ee2e1e3afdcbd2ea9db09424dfcecd571dc01d06 Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Sat, 23 May 2020 01:28:24 +0900 Subject: [PATCH] =?UTF-8?q?/=20=E2=80=98themes/yoshi/templates/base.html?= =?UTF-8?q?=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/yoshi/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/yoshi/templates/base.html b/themes/yoshi/templates/base.html index 1cf21a9..273c601 100644 --- a/themes/yoshi/templates/base.html +++ b/themes/yoshi/templates/base.html @@ -12,7 +12,7 @@ font: 0.75em/1.5 AppleGothic, Sans-serif; color: rgba(37, 176, 118, 1.0); /* chartreuse */ /* color: rgba(255, 20, 147, 1.0); */ /* deeppink */ - background-color: rgba(0, 20, 40, 1.0); /* black */ + background-color: rgba(16, 20, 20, 1.0); /* black */ scrollbar-width: none; }