From 6fe11692b3ba3589889eb514afe0ea2162e58040 Mon Sep 17 00:00:00 2001 From: PySjon <46816504+PySjon@users.noreply.github.com> Date: Fri, 13 Sep 2024 11:22:20 +0200 Subject: [PATCH] stop link coloring in side bar after visit stop link coloring in side bar after visit --- source/_static/custom.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_static/custom.css b/source/_static/custom.css index 9409e90..621adfd 100644 --- a/source/_static/custom.css +++ b/source/_static/custom.css @@ -53,6 +53,10 @@ a.headerlink, .rst-content .viewcode-link { color: #115E67 !important; /* Teal color on hover */ } +.wy-nav-side a:visited { + color: #ffffff !important; /* Keep the color white after visiting */ +} + /* Hover styling for menu items */ .wy-menu a:hover, .wy-menu a:focus { color: #115E67 !important; /* Teal color on hover */