From a017fda105ed297eb9097423de78480ee30e421f Mon Sep 17 00:00:00 2001 From: Sujay Date: Sun, 9 Jun 2024 22:11:28 +0530 Subject: [PATCH] Revert "Revert "Updated colors"" --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index ea31c95..030fc8b 100644 --- a/style.css +++ b/style.css @@ -30,7 +30,7 @@ font-size: 41px; font-weight: bold; line-height: 70px; - color: gold; + color: gray; user-select: none; } nav ul { @@ -41,7 +41,7 @@ display: inline-block; } nav ul li a { - color: white; + color: red; display: block; padding: 0 15px; line-height: 70px; @@ -83,4 +83,4 @@ position: relative; top: -70px; left: 150px; - } \ No newline at end of file + }