fussy fixes

This commit is contained in:
Joshua Seigler 2025-06-15 23:49:03 -04:00
parent 2f85867a05
commit 5612d5e345
5 changed files with 19 additions and 19 deletions

View file

@ -24,11 +24,12 @@ pre[class*="language-"] {
padding: 0.1em;
}
pre[class*="language-"] {
background: var(--c-text-background-light);
background: color-mix(in lch, var(--c-text-background-light) 20%, transparent);
overflow: auto;
position: relative;
margin: 0.5em 0;
padding: 1.25em 1em;
box-shadow: inset 0 0 6rem -2rem var(--c-highlight);
}
p:has(+ pre[class*="language-"]) > code {
margin: 0;