From 2588b6631859303da97e261bcd7b3bd9cf9aa571 Mon Sep 17 00:00:00 2001 From: mi Date: Fri, 7 Nov 2025 17:45:30 +1000 Subject: [PATCH] :lipstick: switch to underlines --- static/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index aa2ad6f..9cb83ad 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -56,7 +56,7 @@ nav .container { .nav-links a:hover, .nav-links a.active { - text-decoration: line-through; + text-decoration: underline; } /* Main content */ @@ -380,7 +380,7 @@ footer { } .social-links a:hover { - text-decoration: line-through; + text-decoration: underline; } .newsletter-form {