From ae41a71831a83b07bfb6a191aa7ddca15c9ccaa8 Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Sun, 10 May 2020 17:08:55 +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 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/theme-dark/templates/base.html b/theme-dark/templates/base.html index 0919a1f..14ae5ae 100644 --- a/theme-dark/templates/base.html +++ b/theme-dark/templates/base.html @@ -32,7 +32,10 @@ } a.exlink { - background-color: rgb(127, 255, 0, 0.35); + color: rgb(127, 255, 0, 0.5); + border-width: 1px; + border-color: rgba(127, 255, 0, 0.5); + border-style: solid; } p {