fmt, set bg on html vs body

This commit is contained in:
Aaron Bieber 2022-11-30 14:00:23 -07:00
parent 9889fc1581
commit 86f8979d69
No known key found for this signature in database

View File

@ -218,9 +218,11 @@ __DATA__
.nowrap {
white-space: nowrap;
}
html {
background-color: #ffffea;
}
body {
font-family: Avenir, 'Open Sans', sans-serif;
background-color: #ffffea;
}
#search {