From aaa985850b3d1588bf1d421e1767c74ad706137a Mon Sep 17 00:00:00 2001 From: "[ vicgs ]" Date: Fri, 26 Apr 2024 11:40:45 +0000 Subject: [PATCH] Update style.css --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 385b1ac..0184c52 100644 --- a/style.css +++ b/style.css @@ -36,13 +36,13 @@ h1 { /* Link styles */ a { - color: #333; + color: #00db16; /* Same color as the background */ text-decoration: none; margin-right: 10px; } a:hover { - text-decoration: underline; + text-decoration: none; } /* Paragraph styles */