From 8b648158763df43ad341d3aff54394a21db8339b Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Mon, 30 Oct 2023 07:32:06 +0100 Subject: no special styling of links in archive list --- style.scss | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'style.scss') diff --git a/style.scss b/style.scss index 0585f98..86d5a48 100644 --- a/style.scss +++ b/style.scss @@ -127,12 +127,12 @@ blockquote { .archivepage { margin-left: 0.5em; margin-bottom: 0.5em; - a { - color: black; - &:hover { - color: DarkBlue; - } - } +// a { +// color: black; +// &:hover { +// color: DarkBlue; +// } +// } } .archivepagedate { @@ -412,7 +412,7 @@ th { font: inherit; } ul { - padding-left: 0.5em; + padding-left: 0.5em; } p, ul p { margin: 1em 0; @@ -430,7 +430,7 @@ th { } } .inlinepage { - margin: 1em 0; + margin: 1em 0; p { color: black; } -- cgit v1.2.3