styles: syntax highlight background color

This commit is contained in:
SerKo 2022-05-10 14:19:48 +08:00
parent 18ebf2c985
commit cede0b1997
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
_:where(p,pre,blockquote,figure,ul,ol,table){my:1.125em}
>:first-child{mt:0!}
_:where(pre){p:20;_r:8;_overflow:auto}
_:where(pre,code:not(.highlight_*)){bg:fade-2;_bg:fade-92@dark}
_:where(pre,code:not(.highlight_*)){bg:fade-2;_bg:fade-92!@dark}
_:where(strong,b,a,code:not(.highlight_*),mark,del){font:fade-92;_font:fade-12@dark}
_:where(table){width:full;_border-spacing:0}
_:where(td){v:baseline}