From 62742123354303edf2603c4525cbd3c554ec92c7 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 10 Mar 2024 15:55:35 +0100 Subject: Added new post --- templates/base.html | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html index 7b34a8c..45eb939 100755 --- a/templates/base.html +++ b/templates/base.html @@ -58,6 +58,15 @@ cap { text-transform: capitalize; } ul li { padding: 0.2em 0; } + a { + color: var(--link-color); + text-decoration: none; + } + + a:hover { + text-decoration: underline; + } + pre { text-wrap: nowrap; overflow-x: auto; -- cgit v1.2.3