After a lot of experimentation this compatiblity should work well

This commit is contained in:
Aditya Telange 2023-12-24 21:21:09 +05:30
parent c77c5fdacd
commit ab644d0982
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77

View File

@ -7,11 +7,16 @@
}
.chroma .lnt {
padding-inline-start: 12px;
padding: 0 0 0 12px;
}
table pre.chroma code {
padding: 10px 0;
.highlight pre.chroma code {
padding: 8px 0;
}
.highlight pre.chroma .line .cl,
.chroma .ln {
padding: 0 10px;
}
.chroma .lntd:last-of-type {