update: use new highlighting lib version

This commit is contained in:
Ungol 2026-01-18 18:39:57 +01:00
parent ca5b3e4594
commit 2e55c23164
8 changed files with 15 additions and 3845 deletions

View file

@ -1,3 +1,6 @@
@import url("giallo-dark.css") (prefers-color-scheme: dark);
@import url("giallo-light.css") (prefers-color-scheme: light);
pre {
position: relative;
font-family: var(--mono-font);
@ -57,4 +60,8 @@ code {
border-style: dashed;
border-width: .1rem;
border-color: var(--surface0);
}
.giallo-ln {
padding-right: 1rem;
}