From a7675e65eb6bb8379b50cdf60e1fa55be1185e70 Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Thu, 7 May 2026 02:22:57 -0400 Subject: [PATCH] add underline for h3 links --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index e7a2d08..d6f370a 100644 --- a/style.css +++ b/style.css @@ -42,7 +42,7 @@ a { h2 a { color: inherit; font-weight: inherit; - text-decoration: inherit; + /*text-decoration: 2px dotted underline var(--almond-silk);*/ } /* images */ -- 2.54.0