From 7a2949781939a144401a37e0a13e0fb8fdf936bd Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Sat, 23 May 2020 01:31:42 +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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/themes/yoshi/templates/base.html b/themes/yoshi/templates/base.html index bd2fa3c..ea8178f 100644 --- a/themes/yoshi/templates/base.html +++ b/themes/yoshi/templates/base.html @@ -22,19 +22,19 @@ } a { - color: rgba(180, 64, 134, 0.5); + color: rgba(180, 64, 134, 1.0); text-decoration: none; } a.noticeable:hover { - backgrounda-color: rgba(180, 64, 134, 0.15); + backgrounda-color: rgba(180, 64, 134, 0.5); opacity: 0.4; } a.exlink { - color: rgba(180, 64, 134, 0.5); + color: rgba(180, 64, 134, 1.0); border-width: 1px; - border-color: rgba(180, 64, 134, 0.5); + border-color: rgba(180, 64, 134, 1.0); border-style: solid; }