Skip to content

Commit

Permalink
Use mono_font variable in syntax-highlighting.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
Bisaloo committed Oct 31, 2024
1 parent 9dcaa26 commit 68d800b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/stylesheets/syntax-highlighting.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pre .img img, pre .r-plt img {
}

code {
font-family: 'Source Code Pro', monospace;
font-family: $mono_font, monospace;
color: #000;
}

Expand All @@ -21,7 +21,7 @@ p > code {
/* Links ---------------------------------------------------- */

code a:any-link {
font-family: 'Source Code Pro', monospace;
font-family: $mono_font, monospace;
border-radius: 4px;
text-decoration: underline;
text-decoration-color: $gray-400;
Expand Down

0 comments on commit 68d800b

Please sign in to comment.