update: use new highlighting lib version
This commit is contained in:
parent
ca5b3e4594
commit
2e55c23164
8 changed files with 15 additions and 3845 deletions
|
|
@ -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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue