mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-18 15:26:33 +00:00
feat(styles): update code font properties for improved readability
This commit is contained in:
parent
15d8f7a22e
commit
eacd415667
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user