From 6040e6d0e914251a09be2edd020beb7ebeca64ec Mon Sep 17 00:00:00 2001 From: AkisYTB3 Date: Thu, 25 Jan 2024 13:08:57 +0100 Subject: [PATCH] nav styling --- styles/global.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/styles/global.css b/styles/global.css index 5d78e3f..839d790 100644 --- a/styles/global.css +++ b/styles/global.css @@ -25,3 +25,18 @@ a { .pfp { border-radius: 50px; } + + +nav { + color: aliceblue; +} + +nav ul li { + list-style: none; + color: aliceblue; +} + +nav ul li a { + color: aliceblue; + text-decoration: none; +} \ No newline at end of file