feat(styles): update code font properties for improved readability

This commit is contained in:
cfngc4594 2025-02-21 19:49:32 +08:00
parent 15d8f7a22e
commit eacd415667

View File

@ -87,7 +87,10 @@
.markdown-body pre, .markdown-body pre,
.markdown-body code { .markdown-body code {
font-family: "Fira Code" !important; font-family: "Fira Code";
font-weight: 500;
font-size: 14px;
line-height: 20px;
} }
@media (max-width: 768px) { @media (max-width: 768px) {