customize the css for rouge highlighter
This commit is contained in:
parent
2276e2049d
commit
03352d4857
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue