vertically aligned code comments
This commit is contained in:
parent
ee0a95974b
commit
408b984266
6 changed files with 83 additions and 12 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue