From ab943d0401d39269cd40ee2fb0458af1cadacc55 Mon Sep 17 00:00:00 2001 From: burntcarrot Date: Tue, 13 Aug 2024 19:56:08 +0530 Subject: [PATCH] change link color --- index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.html b/index.html index c870178..7e0ff6f 100644 --- a/index.html +++ b/index.html @@ -158,6 +158,10 @@ .highlight { background-color: yellow; } + + a { + color: #007BFF; + }