Directly use pygmentize in Makefile (for scn script in Website)

This commit is contained in:
2023-05-27 17:42:06 +02:00
parent 28c2721036
commit fd72b512f8
16 changed files with 484 additions and 299 deletions

View File

@@ -20,8 +20,9 @@
border-color: #888 !important;
}
pre.yellow-code,
pre.yellow-code span {
.yellow-code,
.yellow-code pre,
.yellow-code span {
background: none;
}
@@ -31,4 +32,9 @@ pre.yellow-code span {
#theme-switch:hover {
fill: #88F;
}
code {
background: var(--secondary-back-color);
border: .0625rem solid #444;
}