fix(styles): remove default margin from markdown figures

This commit is contained in:
cfngc4594 2025-03-26 19:50:40 +08:00
parent b6f16becda
commit 9e634853e8

View File

@ -104,6 +104,10 @@
line-height: 20px;
}
.markdown-body figure {
margin: 0;
}
code[data-theme*=" "],
code[data-theme*=" "] span {
color: var(--shiki-light);