From e1f6d1c06c227986d67efd5b776361b6ea98733c Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Sun, 10 May 2020 16:51:00 +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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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; }