取消引用块的水平外边距和字体斜体样式 (#293)

This commit is contained in:
neveler
2025-10-18 10:22:04 +08:00
committed by GitHub
parent 7b2b41f52d
commit 21ee6ff29b
4 changed files with 17 additions and 4 deletions
+6
View File
@@ -0,0 +1,6 @@
@import "minimal-mistakes";
blockquote {
margin-inline: 0;
font-style: normal;
}