Skip to content

Commit

Permalink
Correct link color for code elements
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve0Greatness committed Jan 31, 2024
1 parent 0db2d85 commit a6a3548
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions static/src/code-blocks.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
@import url("/fonts/mononoki/mononoki.css");
.codehilite .hll { background-color: #49483e }
.codehilite, pre:not(.codehilite pre) code { font-size: .85rem; font-family: "mononoki", monospace; background: #272822; color: #f8f8f2; padding: 10px; display: block; }
:any-link code { color: inherit !important }
code:not(.codehilite code):not(pre code) { font-family: "mononoki", monospace; background: #272822; color: #f8f8f2; padding: 5px }
.codehilite pre { margin: 0; }
.codehilite .c { color: #75715e } /* Comment */
Expand Down

0 comments on commit a6a3548

Please sign in to comment.