From 3817f8dc45803aa55fafb317266e7d375befc6df Mon Sep 17 00:00:00 2001 From: maxhuppertz Date: Mon, 2 Oct 2023 13:11:32 -0400 Subject: [PATCH] Improved code block display based on https://github.com/academicpages/academicpages.github.io/issues/59 --- _sass/_syntax.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_sass/_syntax.scss b/_sass/_syntax.scss index f40ed050b0b9a..35055c0381725 100644 --- a/_sass/_syntax.scss +++ b/_sass/_syntax.scss @@ -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; @@ -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; } } @@ -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 */ \ No newline at end of file +.highlight .il { color: #2aa198 } /* Literal.Number.Integer.Long */