From 44150b4e7069a80d14b28893bb761e2f85885fb7 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 27 Aug 2022 18:42:06 +0200 Subject: Fixed article links to now be underlined --- themes/simple/layouts/partials/head.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/simple/layouts/partials/head.html b/themes/simple/layouts/partials/head.html index b527ef7..fc79650 100644 --- a/themes/simple/layouts/partials/head.html +++ b/themes/simple/layouts/partials/head.html @@ -133,6 +133,10 @@ padding: 5px 10px; } + article.single a { + text-decoration: underline; + } + article.single blockquote { margin-left: 40px; position: relative; -- cgit v1.2.3