From fe3e8ead2b05d6ad1209a8b4201a0570c11c689c Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Fri, 10 Jun 2022 22:50:45 +0500 Subject: [PATCH] improve title styling on single pages --- themes/lumbung-theme/static/css/main.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/themes/lumbung-theme/static/css/main.css b/themes/lumbung-theme/static/css/main.css index 6399cda..8c2fa2d 100644 --- a/themes/lumbung-theme/static/css/main.css +++ b/themes/lumbung-theme/static/css/main.css @@ -1002,6 +1002,16 @@ footer a:hover { margin-bottom: 4rem; } +.single .p-name a { + color: black; + text-decoration: none; + font-size: 2.2rem; +} + +.single .p-name a:hover { + text-decoration: underline; +} + .single .h-entry img { object-fit: contain; }