diff --git a/style.css b/style.css index 4a7a57f..4727315 100644 --- a/style.css +++ b/style.css @@ -17,6 +17,10 @@ a { text-decoration: none; } +header a { + color: #0398fc; +} + .links{ padding: 0.625rem; padding-left: 15px; @@ -45,4 +49,4 @@ a { .links a:hover { text-decoration: underline; transform: scale(1.01); /* Zoom effect */ -} \ No newline at end of file +}