mirror of
https://github.com/calofmijuck/blog.git
synced 2025-12-06 14:53:50 +00:00
fix: apply monospace for codes
This commit is contained in:
@@ -10,10 +10,14 @@ footer p:last-child::before {
|
|||||||
content: none;
|
content: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
*, h1 {
|
body, h1 {
|
||||||
font-family: Pretendard;
|
font-family: Pretendard;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.highlight {
|
||||||
|
font-family: monospace!important;
|
||||||
|
}
|
||||||
|
|
||||||
.post-content {
|
.post-content {
|
||||||
font-size: 110%;
|
font-size: 110%;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user