From f727558bc79a071e030b10c800ae064ad9af9158 Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Fri, 15 May 2020 23:59:02 +0900 Subject: [PATCH] =?UTF-8?q?/=20=E2=80=98theme/templates/base.html=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- theme/templates/base.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/theme/templates/base.html b/theme/templates/base.html index 5a32f90..6b6b8af 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -31,6 +31,10 @@ margin: 0; } + .paginator { + opacity: 0.5; + } + article.title { font-size: 1.2em; } @@ -42,6 +46,11 @@ h1, h2, h3, h4, h5, h6 { opacity: 0.5; } + + ul { + padding-bottom: 1em; + padding-inline-start: 2em; + }