From 0326c0bf149240cc3500a9a17c37ebee79a1d030 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Sun, 10 Nov 2019 13:34:51 -0500 Subject: [PATCH] [S] Use gray color with dark background --- src/components/app/app.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/app/app.scss b/src/components/app/app.scss index dd6fa94..785d4b3 100644 --- a/src/components/app/app.scss +++ b/src/components/app/app.scss @@ -33,6 +33,7 @@ div { background: #555555 !important; + color: #e9e9e9 !important; } }