9 lines
122 B
CSS
9 lines
122 B
CSS
.chroma {
|
|
background-color: unset;
|
|
}
|
|
|
|
.post-content .highlight .chroma .hl {
|
|
background-color: #555 !important
|
|
}
|
|
|