From 5aee76482e261fc43cbc8b987495ad7ba2c6789f Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Sun, 10 May 2020 17:09:52 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme-dark/templates/base.html b/theme-dark/templates/base.html index 14ae5ae..34e4499 100644 --- a/theme-dark/templates/base.html +++ b/theme-dark/templates/base.html @@ -22,7 +22,7 @@ } a { - color: rgb(127, 255, 0, 0.25); + color: rgb(127, 255, 0, 0.5); text-decoration: none; }