Skip to content

Commit

Permalink
Increase font size in code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve authored and aaronWool committed Jul 23, 2024
1 parent 1960ba9 commit 3540a65
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions _sass/_syntax.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ div.highlighter-rouge, figure.highlight {
border-radius: $border-radius;
background-color: $code-background-color;
box-shadow: $box-shadow;
font-size: $type-size-4

&:before {
position: absolute;
Expand All @@ -28,7 +29,7 @@ div.highlighter-rouge, figure.highlight {
.highlight {
margin: 0;
font-family: $monospace;
font-size: $type-size-7;
font-size: $type-size-6;
line-height: 1.8;
}
}
Expand Down Expand Up @@ -120,4 +121,4 @@ div.highlighter-rouge, figure.highlight {
.highlight .vc { color: #22b3eb } /* Name.Variable.Class */
.highlight .vg { color: #22b3eb } /* Name.Variable.Global */
.highlight .vi { color: #22b3eb } /* Name.Variable.Instance */
.highlight .il { color: #2aa198 } /* Literal.Number.Integer.Long */
.highlight .il { color: #2aa198 } /* Literal.Number.Integer.Long */

0 comments on commit 3540a65

Please sign in to comment.