Skip to content

Commit

Permalink
swap colors of linked and not-linked code highlights
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebachmeier committed Jan 8, 2025
1 parent 3912025 commit b657e22
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/source/_static/style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
.wy-nav-content {
max-width: 1000px !important;
}
/* make links red and bold */
code.xref {
color: red !important;
font-weight: bold !important;
}
/* make inline code black */
code {
color: black !important;
}

0 comments on commit b657e22

Please sign in to comment.