From 3eca8796080f8bf27c4c949d46378e3b68b6bd1c Mon Sep 17 00:00:00 2001 From: Nihaal Sharma Date: Sun, 21 May 2023 14:20:12 +0100 Subject: [PATCH] changed a href text color --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index 2fd25a9..0bb49e1 100644 --- a/style.css +++ b/style.css @@ -5,6 +5,9 @@ b{ color: #007AFF } +a{ + color: #41b6e8; +} .topbar{ position: fixed; top: 0px;