From f3e07290e3b5152fb1f92809825d6d7e8b85ab53 Mon Sep 17 00:00:00 2001 From: Squibid Date: Thu, 26 Jun 2025 23:21:45 -0400 Subject: [PATCH] links are now underlined on hover instead of italicised --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 9633cb0..566d57a 100644 --- a/style.css +++ b/style.css @@ -103,5 +103,5 @@ a { color: var(--cyan); } a:hover, a:active { - font-style: italic; + text-decoration: underline; }