Move all the syntax highlighting styles to functional stylesheets
This commit is contained in:
parent
fb7fd04fe9
commit
3a1597acec
6 changed files with 54 additions and 63 deletions
|
@ -106,7 +106,15 @@
|
|||
padding-top: calc(var(--body-item-spacing) / 10);
|
||||
}
|
||||
|
||||
header>span.series {
|
||||
figure.code .line > .ln {
|
||||
grid-column: gutter-start;
|
||||
}
|
||||
|
||||
figure.code .line > .cl {
|
||||
grid-column: content-start / content-end;
|
||||
}
|
||||
|
||||
header > span.series {
|
||||
margin-inline-start: 0.5em;
|
||||
}
|
||||
|
||||
|
@ -130,7 +138,7 @@
|
|||
grid-column: content-start / content-end;
|
||||
}
|
||||
|
||||
main > figure,
|
||||
main > figure:not(.code),
|
||||
main > a.to-photo-post {
|
||||
grid-column: wide-content-start / wide-content-end;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue