Skip to content

Commit

Permalink
Improved code block display based on academicpages#59
Browse files Browse the repository at this point in the history
  • Loading branch information
maxhuppertz committed Oct 2, 2023
1 parent ef4410e commit 3817f8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _sass/_syntax.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ div.highlighter-rouge, figure.highlight {
right: 0;
padding: 0.5em;
background-color: $lighter-gray;
content: "\f121";
/* content: "\f121"; */
font-family: "fontawesome" !important;
font-size: $type-size-6;
line-height: 1;
Expand All @@ -28,7 +28,7 @@ div.highlighter-rouge, figure.highlight {
.highlight {
margin: 0;
font-family: $monospace;
font-size: $type-size-7;
font-size: .8125em; /* was $type-size-7 */
line-height: 1.8;
}
}
Expand Down Expand Up @@ -120,4 +120,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 3817f8d

Please sign in to comment.