From 1e348eb2b39a0202f52accf5de31b433fb3dd6c7 Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Mon, 11 May 2020 19:47:42 +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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme/templates/base.html b/theme/templates/base.html index 5d68e76..6e9657f 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -33,6 +33,10 @@ time { font-size: 0.65em; } + + h1, h2, h3, h4, h5, h6, h7 { + opacity: 0.5; + }