Skip to content

Commit 019f729

Browse files
author
Steve
authored
Increase font size in code blocks
See academicpages#59
1 parent 25c30de commit 019f729

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

_sass/_syntax.scss

+3-2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ div.highlighter-rouge, figure.highlight {
1010
border-radius: $border-radius;
1111
background-color: $code-background-color;
1212
box-shadow: $box-shadow;
13+
font-size: $type-size-4
1314

1415
&:before {
1516
position: absolute;
@@ -28,7 +29,7 @@ div.highlighter-rouge, figure.highlight {
2829
.highlight {
2930
margin: 0;
3031
font-family: $monospace;
31-
font-size: $type-size-7;
32+
font-size: $type-size-6;
3233
line-height: 1.8;
3334
}
3435
}
@@ -120,4 +121,4 @@ div.highlighter-rouge, figure.highlight {
120121
.highlight .vc { color: #22b3eb } /* Name.Variable.Class */
121122
.highlight .vg { color: #22b3eb } /* Name.Variable.Global */
122123
.highlight .vi { color: #22b3eb } /* Name.Variable.Instance */
123-
.highlight .il { color: #2aa198 } /* Literal.Number.Integer.Long */
124+
.highlight .il { color: #2aa198 } /* Literal.Number.Integer.Long */

0 commit comments

Comments
 (0)