fix font color

This commit is contained in:
Case Duckworth 2020-02-05 07:35:47 -06:00
parent 31d7a33ceb
commit d755f70e0c
1 changed files with 1 additions and 0 deletions

View File

@ -117,6 +117,7 @@
<style>
body {
font: 18px/1.5 serif;
color: black;
background: rgb(212,166,255);
}
header {