Skip to content

Commit

Permalink
docs(python): remove low contrast coloring from visited links (#11133)
Browse files Browse the repository at this point in the history
  • Loading branch information
nameexhaustion authored Sep 15, 2023
1 parent 9866545 commit cbf30ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions py-polars/docs/source/_static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,7 @@ div.bd-sidebar-secondary {
label.sidebar-toggle.secondary-toggle {
display: none !important;
}

a:visited {
color: var(--pst-color-link);
}

0 comments on commit cbf30ce

Please sign in to comment.