Tweak brutstrap font size

This commit is contained in:
Jason McBrayer 2019-02-05 10:42:44 -05:00
parent 9433381b0e
commit 3c9b0e13aa
1 changed files with 7 additions and 0 deletions

View File

@ -248,6 +248,13 @@ img.emoji
/* Remaining brutaldon-specific tweaks */
body
{
/* brutstrap's default font-size is fine for full-text web
pages, but too big for this purpose. */
font-size: 1em;
}
input, textarea
{
font-family: sans-serif;