From 299364da2c19404adf10fea55e328c15231d4854 Mon Sep 17 00:00:00 2001 From: Jared Goodwin Date: Sat, 25 Jan 2020 12:02:29 -0800 Subject: [PATCH] Change default theme to light. --- Server/appsettings.json | 2 +- Server/wwwroot/css/Themes/yeti.custom.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Server/appsettings.json b/Server/appsettings.json index 0fdc68fe..e20f5129 100644 --- a/Server/appsettings.json +++ b/Server/appsettings.json @@ -29,7 +29,7 @@ "SmtpDisplayName": "", "SmtpEnableSsl": true, "TrustedCorsOrigins": [], - "Theme": "Dark", + "Theme": "Light", "UseHsts": false, "UseWebRtc": true } diff --git a/Server/wwwroot/css/Themes/yeti.custom.css b/Server/wwwroot/css/Themes/yeti.custom.css index 37e8449b..ae4f0653 100644 --- a/Server/wwwroot/css/Themes/yeti.custom.css +++ b/Server/wwwroot/css/Themes/yeti.custom.css @@ -11,7 +11,7 @@ hr { } .console-output { - color: forestgreen; + color: darkgreen; } table, .table {