hugo-PaperMod/assets/css/includes/chroma-mod.css
2023-12-23 20:06:13 +05:30

21 lines
288 B
CSS

.chroma {
background-color: unset !important;
}
.chroma .hl {
display: flex;
}
table pre.chroma code {
padding: 0.4rem 0;
}
/* .chroma .lntd:first-of-type {
padding-inline-start: 10px;
}
.chroma .lntd:last-of-type {
padding-inline-end: 10px;
width: 100%;
} */