style: prose remove first child margin

This commit is contained in:
SerKo 2022-04-14 02:02:09 +08:00
parent cd003e32ea
commit 31fa7446bd
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
_:where(mark){text-decoration:1;underline;#fce016;_bg:transparent;_text-decoration-color:rgb(252;224;22/.5)@dark} _:where(mark){text-decoration:1;underline;#fce016;_bg:transparent;_text-decoration-color:rgb(252;224;22/.5)@dark}
_:where(p,li){font:fade-76;_font:16;_line-height:1.65;_font:gray-34@dark} _:where(p,li){font:fade-76;_font:16;_line-height:1.65;_font:gray-34@dark}
_:where(p,pre,blockquote,figure,ul,ol,table){my:1.125em} _: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){p:20;_r:8;_overflow:auto}
_:where(pre,code:not(.highlight_*)){bg:fade-3;_bg:fade-93@dark} _:where(pre,code:not(.highlight_*)){bg:fade-3;_bg:fade-93@dark}
_:where(strong,b,a,code:not(.highlight_*),mark,del){font:fade-92;_font:fade-12@dark} _:where(strong,b,a,code:not(.highlight_*),mark,del){font:fade-92;_font:fade-12@dark}