diff --git a/static/style.css b/static/style.css index 05a81ed..874fa9b 100644 --- a/static/style.css +++ b/static/style.css @@ -8,6 +8,16 @@ html, body { font-size: 1.25rem; } +code, .footnotes, .footnote-ref { + font-size: 1rem; +} + +code, pre { + background-color: lightgrey; + border-radius: 5px; + padding: 0.2rem; +} + /* * ************** * * LAYOUT *