From 85d43164dc5e1477cd6f16eac71856f77860256d Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Mon, 3 Jan 2022 20:39:05 -0500 Subject: [PATCH] dark theme --- app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.css b/app.css index 911ec74..a4a49b5 100644 --- a/app.css +++ b/app.css @@ -10,7 +10,7 @@ body { display: flex; justify-content: center; background:black; - color: white; + color: whitesmoke; align-items: center; }