customize the css for rouge highlighter

This commit is contained in:
Gavin 2023-05-16 19:48:20 +02:00
parent 2276e2049d
commit 03352d4857
1 changed files with 17 additions and 1 deletions

View File

@ -238,4 +238,20 @@ pre {
background-color: aliceblue !important;
border-radius: 0.3em !important;
font-size:1.05em !important;
}
}
.k, .kv, .kc, .kd, .kt, .kn {
color: #445588 !important;
}
.o, .nd {
font-weight: normal !important;
}
.nc, .nf {
color: #990000 !important;
font-weight: normal !important;
}
.c, .c1 {
font-style: normal !important;
}
.na {
color: #000000 !important;
}