blockquote spacing and math font sizing
This commit is contained in:
parent
23fa0e33d8
commit
f2b91323a4
4 changed files with 14 additions and 9 deletions
|
@ -239,4 +239,10 @@ h6 {
|
|||
code, pre code {
|
||||
font-family: "Mono";
|
||||
font-size: calc(0.84 * var(--base-font-size));
|
||||
}
|
||||
|
||||
math {
|
||||
color: black;
|
||||
font-family: "Math";
|
||||
font-size: calc(0.96 * var(--base-font-size));
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue