mirror of
https://github.com/calofmijuck/blog.git
synced 2025-12-06 14:53:50 +00:00
fix: reduce footnote size, fix red plaintext code
This commit is contained in:
@@ -25,3 +25,17 @@ div.highlight {
|
|||||||
.MathJax {
|
.MathJax {
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.year.lead {
|
||||||
|
font-family: "Source Sans Pro", "Microsoft Yahei", sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.language-plaintext.highlighter-rouge {
|
||||||
|
pre {
|
||||||
|
color: #3f596f;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
div.footnotes {
|
||||||
|
font-size: 80%;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user