From 888cd193be4c27d268319dde11695b92ca55df35 Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Sun, 10 May 2020 16:48:13 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme-dark/templates/base.html b/theme-dark/templates/base.html index 5b64ac3..6632372 100644 --- a/theme-dark/templates/base.html +++ b/theme-dark/templates/base.html @@ -24,12 +24,12 @@ } a { - color: rgb(255, 20, 147, 0.15); + color: deeppink; text-decoration: none; } a.noticeable:hover { - background-color: deeppink; + background-color: rgb(255, 20, 147, 0.15); opacity: 0.4; }