From 0e75f29a8e611c6f1caa80790ec9933828e20020 Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Mon, 11 May 2020 20:01:44 +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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme-dark/templates/base.html b/theme-dark/templates/base.html index d330182..a435921 100644 --- a/theme-dark/templates/base.html +++ b/theme-dark/templates/base.html @@ -57,6 +57,10 @@ h1, h2, h3, h4, h5, h6 { opacity: 0.3; } + + ul { + padding-bottom: 1em; + }