From d12ceb2f05a61ca784da6ddd96add5f8056b1035 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Mon, 3 Jan 2022 20:42:03 -0500 Subject: [PATCH] dark theme --- app.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.css b/app.css index a4a49b5..46bb91e 100644 --- a/app.css +++ b/app.css @@ -10,7 +10,7 @@ body { display: flex; justify-content: center; background:black; - color: whitesmoke; + color: #e0e0e0; align-items: center; } @@ -32,7 +32,7 @@ button { padding:1em; margin:0.1em; border-radius: 0.5em; - color:white; + color:whitesmoke; width:30%; box-sizing: border-box; }