Merge pull request #2031 from viviicat/dark-theme-fixes

Fixes for dark theme
This commit is contained in:
Mouse Reeve 2022-03-17 07:27:19 -07:00 committed by GitHub
commit 3ca611fb7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,9 @@ $primary: #005e50;
$primary-light: #1d2b28;
$info: #1f4666;
$success: #246447;
$success-light: #0d2f1e;
$warning: #8b6c15;
$warning-light: #372e13;
$danger: #872538;
$danger-light: #481922;
$light: #393939;