From a868e33cecdc306411b283abf5c1ac54f91befb8 Mon Sep 17 00:00:00 2001 From: rafael Date: Tue, 28 Apr 2026 00:08:21 +0000 Subject: [PATCH] Update style.css --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index 3f1c55f..68584ee 100644 --- a/style.css +++ b/style.css @@ -75,9 +75,9 @@ body { } .footer a { - color: inherit; /* match surrounding text color */ - text-decoration: underline; /* keep underline so it's clearly a link */ - text-decoration-color: rgba(238, 238, 238, 0.3); /* dim underline */ + color: inherit; + text-decoration: underline; + text-decoration-color: rgba(238, 238, 238, 0.3); text-underline-offset: 2px; transition: color 0.2s ease, text-decoration-color 0.2s ease; }