mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-18 07:16:34 +00:00
fix(styles): remove default margin from markdown figures
This commit is contained in:
parent
b6f16becda
commit
9e634853e8
@ -104,6 +104,10 @@
|
|||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.markdown-body figure {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
code[data-theme*=" "],
|
code[data-theme*=" "],
|
||||||
code[data-theme*=" "] span {
|
code[data-theme*=" "] span {
|
||||||
color: var(--shiki-light);
|
color: var(--shiki-light);
|
||||||
|
Loading…
Reference in New Issue
Block a user