deploy_users_hugo/themes/PaperMod/assets/css/includes/chroma-mod.css
PeaceNira 08ce2643de
Some checks failed
On_Push / build (push) Failing after 42s
uploading hugo files
2025-02-01 19:05:41 +00:00

24 lines
303 B
CSS

.chroma {
background-color: unset !important;
}
.chroma .hl {
display: flex;
}
.chroma .lnt {
padding: 0 0 0 12px;
}
.highlight pre.chroma code {
padding: 8px 0;
}
.highlight pre.chroma .line .cl,
.chroma .ln {
padding: 0 10px;
}
.chroma .lntd:last-of-type {
width: 100%;
}