mirror of
https://github.com/calofmijuck/blog.git
synced 2025-12-06 14:53:50 +00:00
feat: blockquote, heading style changed, font size adjusted
This commit is contained in:
@@ -17,14 +17,20 @@ div.highlight {
|
|||||||
div.content {
|
div.content {
|
||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
font-family: palatino, Pretendard;
|
font-family: palatino, Pretendard;
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
font-family: palatino, Pretendard;
|
font-family: palatino, Pretendard;
|
||||||
font-size: 110%;
|
font-size: 105%;
|
||||||
|
|
||||||
|
blockquote {
|
||||||
|
color: black;
|
||||||
|
border-left-color: rgba(0, 191, 255, 0.5);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.MathJax {
|
.MathJax {
|
||||||
font-size: 90%;
|
font-size: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
time.year.lead {
|
time.year.lead {
|
||||||
@@ -38,5 +44,5 @@ div.language-plaintext.highlighter-rouge {
|
|||||||
}
|
}
|
||||||
|
|
||||||
div.footnotes {
|
div.footnotes {
|
||||||
font-size: 80%;
|
font-size: 90%;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user