style.css: make the math blend in better with the surrounding text.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2020-04-22 17:44:54 +01:00
parent 894b839502
commit 228108ea6b
1 changed files with 4 additions and 0 deletions

View File

@ -115,6 +115,10 @@ pre {
font-size: 0.9375rem;
}
span.math {
font-size: 0.97rem;
}
div.math {
display: block;
overflow-x: auto;