From 98bf748d1f2feb2c6c40defa1d60a6789958b494 Mon Sep 17 00:00:00 2001 From: Param Thakkar Date: Mon, 6 Jan 2020 17:33:26 -0500 Subject: [PATCH] Fix selector --- style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 +}