From 221919c0568e58eb27d3123043599ccb659527fd Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Sun, 10 May 2020 16:54:39 +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 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/theme-dark/templates/base.html b/theme-dark/templates/base.html index 80582d9..22dc86a 100644 --- a/theme-dark/templates/base.html +++ b/theme-dark/templates/base.html @@ -31,6 +31,10 @@ opacity: 0.4; } + a.exlink { + background-color: rgba(255, 20, 147, 0.15); + } + p { margin: 0; } @@ -61,7 +65,7 @@