From 7aee44b0044d07f17a56056dfed05687b8b3d307 Mon Sep 17 00:00:00 2001 From: Tan Yuan <40438607+Reset816@users.noreply.github.com> Date: Sat, 4 Nov 2023 17:36:17 +0800 Subject: [PATCH] add lost css of pub --- _sass/_syntax.scss | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/_sass/_syntax.scss b/_sass/_syntax.scss index f40ed050b0b..650b57fe4ee 100644 --- a/_sass/_syntax.scss +++ b/_sass/_syntax.scss @@ -33,6 +33,16 @@ div.highlighter-rouge, figure.highlight { } } +.highlighter-rouge{ + background-color: #03228d; + color: white; + margin-bottom: 0em; + padding: 0em; + font-size: $type-size-7; + border: 0px solid $border-color; + border-radius: 0; +} + .highlight table td { padding: 5px; } .highlight table pre { margin: 0; } @@ -120,4 +130,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 */