1
0

set a white background, since skeleton.css sets a dark foreground

This commit is contained in:
Simon Michael
2020-03-19 17:48:15 -07:00
parent b9a390274a
commit f0b71011de

View File

@@ -1,3 +1,7 @@
body {
background-color:white;
}
h1, h2, h3 {
font-weight:bold;
white-space:nowrap;