added files

This commit is contained in:
PeaceNira 2025-02-12 17:52:42 +00:00
parent 66c682122c
commit 4007181554
148 changed files with 6376 additions and 12 deletions

View file

@ -0,0 +1,24 @@
.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%;
}