From f0b71011de4d975f5ae9359694698424448ef606 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 19 Mar 2020 17:48:15 -0700 Subject: [PATCH] set a white background, since skeleton.css sets a dark foreground --- css/site.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/site.css b/css/site.css index 7ee2cbb..1eee45d 100644 --- a/css/site.css +++ b/css/site.css @@ -1,3 +1,7 @@ +body { + background-color:white; +} + h1, h2, h3 { font-weight:bold; white-space:nowrap;