Change default theme to light.

This commit is contained in:
Jared Goodwin 2020-01-25 12:02:29 -08:00
parent 515cba8704
commit 299364da2c
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@
"SmtpDisplayName": "",
"SmtpEnableSsl": true,
"TrustedCorsOrigins": [],
"Theme": "Dark",
"Theme": "Light",
"UseHsts": false,
"UseWebRtc": true
}

View File

@ -11,7 +11,7 @@ hr {
}
.console-output {
color: forestgreen;
color: darkgreen;
}
table, .table {