From e8efd25e679402a5b6f11e69df37497e5057ffdd Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Sat, 23 May 2020 01:30:00 +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 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/themes/yoshi/templates/base.html b/themes/yoshi/templates/base.html index 1ff0eaa..bd2fa3c 100644 --- a/themes/yoshi/templates/base.html +++ b/themes/yoshi/templates/base.html @@ -13,6 +13,7 @@ color: rgba(37, 176, 118, 1.0); background-color: rgba(16, 20, 20, 1.0); scrollbar-width: none; + /* hi */ } body::-webkit-scrollbar { @@ -21,19 +22,19 @@ } a { - color: rgba(37, 176, 118, 0.5); + color: rgba(180, 64, 134, 0.5); text-decoration: none; } a.noticeable:hover { - backgrounda-color: rgba(37, 176, 118, 0.15); + backgrounda-color: rgba(180, 64, 134, 0.15); opacity: 0.4; } a.exlink { - color: rgba(37, 176, 118, 0.5); + color: rgba(180, 64, 134, 0.5); border-width: 1px; - border-color: rgba(37, 176, 118, 0.5); + border-color: rgba(180, 64, 134, 0.5); border-style: solid; }