improve accessibility and add search form

This commit is contained in:
Pat Dryburgh
2018-10-24 18:22:21 -07:00
parent dd7275c4c0
commit a2cf0cef48
11 changed files with 48 additions and 9 deletions

View File

@ -1,6 +1,6 @@
body {
color: $text-color;
font-family: "EB Garamond", Garamond, "Times New Roman", serif;
font-family: $font-family;
font-size: 1.3125em;
line-height: 1.5;
}