This commit is contained in:
xaoxuu 2022-10-24 19:47:16 +08:00
parent f42720e301
commit 1d96d19577
1 changed files with 8 additions and 3 deletions

View File

@ -120,14 +120,19 @@
p.title p.title
font-size: 1rem font-size: 1rem
font-weight: 700 font-weight: 700
margin: 0 margin: 0.5rem 0 0.75rem
padding: 0.5rem 0 0.75rem
line-height: 1.25 line-height: 1.25
border-bottom: 1px dashed var(--block-border)
a a
color: inherit color: inherit
&:hover &:hover
color: $color-hover color: $color-hover
a
&:has(img):after
display: none
img
margin: 0 auto
img
margin: 0.5rem auto
pre code pre code
font-size: $fs-12 font-size: $fs-12