Skip to content

Commit

Permalink
Adjusted colors to make the highlighting more readable.
Browse files Browse the repository at this point in the history
  • Loading branch information
heuer committed Jul 28, 2022
1 parent c3a0b7b commit 348e946
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/_static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,12 @@
.feature_no {
color: #ff5454
}

.highlight pre {
background: #282a36 !important;
}

.highlight .go {
color: #98a5f7 !important;
}
}

0 comments on commit 348e946

Please sign in to comment.