Skip to content

Commit

Permalink
Update custom.css
Browse files Browse the repository at this point in the history
  • Loading branch information
hypowergravity authored Sep 15, 2024
1 parent 7000f38 commit a847162
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/_static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@
white-space: normal;
}

a:hover {
color: orange;
a:link, a:visited {
color: inherit;
text-decoration: none;
}

a:link, a:visited {
color: blue;
text-decoration: none;

a:hover {
color: orange;
}

0 comments on commit a847162

Please sign in to comment.