From 1c0e1cc8c6a51457907ce028599c2bcad82d0bfd Mon Sep 17 00:00:00 2001 From: a73x Date: Tue, 3 Sep 2024 08:16:46 +0100 Subject: feat(html): nav underlines if page selected --- templates/layouts/_default.html | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/layouts/_default.html b/templates/layouts/_default.html index 0762919..09b2239 100644 --- a/templates/layouts/_default.html +++ b/templates/layouts/_default.html @@ -18,6 +18,10 @@ font-style: normal; } + .no-decorations { + text-decoration: none; + } + code:not(pre > code) { background-color: #f0f0f0; padding: 0.2em 0.4em; @@ -52,16 +56,23 @@ } - -

a73x

+

a73x

high effort, low reward