From 62fb0519ee0ebb6df799b59bd1b83c68192e3356 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Sun, 29 Jan 2023 13:58:35 +0330 Subject: updated the css for the links. now you can make them out visually --- css/master.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'css/master.css') diff --git a/css/master.css b/css/master.css index 8b2e1fc..ae06f44 100644 --- a/css/master.css +++ b/css/master.css @@ -53,3 +53,11 @@ hr { .right-footer { float: right; } + +a:link { + color: #005faf; +} + +a:visited { + color: #008787; +} -- cgit v1.2.3