fix: reduce footnote size, fix red plaintext code

This commit is contained in:
2023-07-16 22:07:05 +09:00
parent 1f7a70e69a
commit 9090136e52

View File

@@ -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%;
}