web-blog/node_modules/@11ty/eleventy-plugin-syntaxhighlight/demo/test.css
2026-05-29 19:34:34 +01:00

15 lines
258 B
CSS

.highlight-line {
display: inline-block;
}
/* allow highlighting empty lines */
.highlight-line:empty:before {
content: " ";
}
.highlight-line:not(:last-child) {
min-width: 100%;
}
.highlight-line .highlight-line:not(:last-child) {
min-width: 0;
}