From 9640a4d004ed2efeaf9b0fad008170ee7a1f4c63 Mon Sep 17 00:00:00 2001 From: lunarnautics Date: Mon, 3 Jul 2023 19:40:20 -0500 Subject: [PATCH] updated clicked link color --- static/custom.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/custom.css b/static/custom.css index 84f317b..eba4820 100644 --- a/static/custom.css +++ b/static/custom.css @@ -20,7 +20,7 @@ --button-border-color: #218838; --link-color: #0066cc; /* Blue */ - --link-color-visited: #b399c8; + --link-color-visited: #9370DB; --footer-background: #2f333e; --footer-font-color: #ffffff; @@ -41,7 +41,7 @@ --button-border-color: #218838; --link-color: #0066cc; /* Blue */ - --link-color-visited: #b399c8; + --link-color-visited: #9370DB; --footer-background: #2f333e; --footer-font-color: #ffffff; @@ -65,7 +65,7 @@ --button-border-color: #218838; --link-color: #66ccff; /* Blue */ - --link-color-visited: #b399c8; + --link-color-visited: #9370DB; --footer-background: #2f333e; --footer-font-color: #ffffff; @@ -86,7 +86,7 @@ --button-border-color: #218838; --link-color: #66ccff; /* Blue */ - --link-color-visited: #b399c8; + --link-color-visited: #9370DB; --footer-background: #2f333e; --footer-font-color: #ffffff;