From ac98fcd26275293dae23d682b07659f43f17a62b Mon Sep 17 00:00:00 2001 From: Jonathan Nelson Date: Sat, 22 Jul 2017 22:01:39 -0700 Subject: [PATCH] Early cheap switch to black background. --- qcbadge/wwwroot/css/site.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/qcbadge/wwwroot/css/site.css b/qcbadge/wwwroot/css/site.css index 1e0cda0..036703d 100644 --- a/qcbadge/wwwroot/css/site.css +++ b/qcbadge/wwwroot/css/site.css @@ -19,6 +19,8 @@ disclaim { body { font-size: 36pt; + background-color: black; + font-color: white; } .square { @@ -40,4 +42,4 @@ body { img { width: 100%; -} \ No newline at end of file +}