Force font size, increase line height on newtab

The font size is to try to mitigate the silly defaults that Firefox
chooses for Monospace fonts, as described in #55.
This commit is contained in:
Oliver Blanthorn 2017-11-15 13:06:26 +00:00
parent fc9b34d08c
commit 24a4fa060b
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -1,6 +1,8 @@
body {
font-family: sans-serif;
font-size: 12pt;
max-width: 40em;
line-height: 140%;
margin: auto;
}
@ -28,7 +30,8 @@ div.align-left * {
code {
background-color: rgba(27,31,35,0.05);
padding: 0.2em;
font-size: 85%;
/* font-size: 85%; */
font-size: 10pt;
border-radius: 3px;
}