From cede0b1997fe3dd2ec4c1824f24a88e0bfb25c70 Mon Sep 17 00:00:00 2001 From: SerKo Date: Tue, 10 May 2022 14:19:48 +0800 Subject: [PATCH] styles: syntax highlight background color --- layouts/partials/prose.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/prose.html b/layouts/partials/prose.html index 09cdd52..801f6e1 100644 --- a/layouts/partials/prose.html +++ b/layouts/partials/prose.html @@ -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}