This commit is contained in:
Mylloon 2023-04-25 13:44:33 +02:00
parent 63325cbf5e
commit 195f2b9caf
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -173,12 +173,14 @@ table.hljs-ln {
overflow: hidden;
}
/* Light theme for the copy code button */
@media (prefers-color-scheme: light) {
.hljs-copy-button {
filter: invert(100%);
}
}
/* Hide last line in codeblocks if empty */
.hljs-ln
> tbody
> tr:last-child:has(td:last-child > span::-moz-only-whitespace) {