From cfe5dac74a3ab3d8905984549064a344582d1143 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Mon, 8 Jul 2024 23:00:21 +0300 Subject: Add underlines under links in paragraphs --- static/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'static') diff --git a/static/style.css b/static/style.css index 45999ed..1b3d067 100644 --- a/static/style.css +++ b/static/style.css @@ -131,6 +131,10 @@ a, a:visited { cursor: pointer; } +p a { + text-decoration: underline; +} + a:hover { text-decoration: underline !important; } -- cgit v1.3