web-blog/node_modules/@11ty/eleventy-plugin-syntaxhighlight/demo/test.css

16 lines
258 B
CSS
Raw Normal View History

2026-05-29 18:34:34 +00:00
.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;
}