Update style.css

This commit is contained in:
[ vicgs ] 2024-04-26 11:40:45 +00:00
parent ea5bb5ff1d
commit aaa985850b
1 changed files with 2 additions and 2 deletions

View File

@ -36,13 +36,13 @@ h1 {
/* Link styles */ /* Link styles */
a { a {
color: #333; color: #00db16; /* Same color as the background */
text-decoration: none; text-decoration: none;
margin-right: 10px; margin-right: 10px;
} }
a:hover { a:hover {
text-decoration: underline; text-decoration: none;
} }
/* Paragraph styles */ /* Paragraph styles */