File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ div.highlighter-rouge, figure.highlight {
10
10
border-radius : $border-radius ;
11
11
background-color : $code-background-color ;
12
12
box-shadow : $box-shadow ;
13
+ font-size : $type-size-4
13
14
14
15
&:before {
15
16
position : absolute ;
@@ -28,7 +29,7 @@ div.highlighter-rouge, figure.highlight {
28
29
.highlight {
29
30
margin : 0 ;
30
31
font-family : $monospace ;
31
- font-size : $type-size-7 ;
32
+ font-size : $type-size-6 ;
32
33
line-height : 1.8 ;
33
34
}
34
35
}
@@ -120,4 +121,4 @@ div.highlighter-rouge, figure.highlight {
120
121
.highlight .vc { color : #22b3eb } /* Name.Variable.Class */
121
122
.highlight .vg { color : #22b3eb } /* Name.Variable.Global */
122
123
.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 */
You can’t perform that action at this time.
0 commit comments