vertically aligned code comments

This commit is contained in:
りき萌 2025-08-30 13:13:29 +02:00
parent ee0a95974b
commit 408b984266
6 changed files with 83 additions and 12 deletions

View file

@ -1198,6 +1198,11 @@ th-literate-program[data-mode="output"] {
}
}
.th-syntax-highlighting th-comment-columns {
display: grid;
grid-template-columns: repeat(2, max-content);
}
.th-syntax-highlighting {
& .export {
text-decoration: underline dotted;