From f3f8d7dc9bfa3d68923551e78b15d1d9fcf64d96 Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Sun, 10 May 2020 21:58:24 +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 62b12e2..66de956 100644 --- a/theme-dark/templates/base.html +++ b/theme-dark/templates/base.html @@ -42,6 +42,10 @@ margin: 0; } + paginator { + color: rgba(100, 255, 200, 0.5); + } + article.title { font-size: 1.1em; }