From 50913cd751fc2e2da5b131daa74b54027b8d85e7 Mon Sep 17 00:00:00 2001 From: Huma2417 Date: Fri, 7 Jun 2024 18:58:49 +0500 Subject: [PATCH] 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 + }