From 06664ec5e5d689eb3e803554627d14461ba1a0c8 Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Tue, 14 Feb 2023 23:09:30 -0500 Subject: refactor: replaced `visited` link colors to the same color as unvisited links --- css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 32af8a3..c923c04 100644 --- a/css/style.css +++ b/css/style.css @@ -13,7 +13,7 @@ a { } a:visited { - color: gray ; + color: lightblue ; } h1 { @@ -191,7 +191,7 @@ ul.no-bullets { color: blue ; } a:visited { - color: purple ; + color: blue ; } h2 { color: inherit ; -- cgit v1.2.3