Skip to content

Commit

Permalink
updated clicked link color
Browse files Browse the repository at this point in the history
  • Loading branch information
lunarnautics committed Jul 4, 2023
1 parent cd4df9a commit 9640a4d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand All @@ -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;
Expand All @@ -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;
Expand Down

0 comments on commit 9640a4d

Please sign in to comment.