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 {