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; }