From 577fb08414e3b47058e74a0836a762964fdb3c88 Mon Sep 17 00:00:00 2001 From: Jacob Date: Mon, 27 Apr 2020 12:52:11 -0400 Subject: [PATCH] fixed grey dropdown menu in config window --- electron/src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electron/src/index.css b/electron/src/index.css index be8665f..c2c78b0 100644 --- a/electron/src/index.css +++ b/electron/src/index.css @@ -75,6 +75,6 @@ html,body { } input{ - color: #9e9e9e; + color: #ffffff; font-size:1rem !important; } \ No newline at end of file