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 */