Skip to content

Commit

Permalink
stop link coloring in side bar after visit
Browse files Browse the repository at this point in the history
stop link coloring in side bar after visit
  • Loading branch information
PySjon committed Sep 13, 2024
1 parent c0d3fc7 commit 6fe1169
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/_static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 6fe1169

Please sign in to comment.