fix grey welcome message

This commit is contained in:
Nova Cat 2024-11-30 21:24:16 -08:00
parent 5a709dfa52
commit a5540cd3b6

View file

@ -15,7 +15,7 @@ body, .primary-navbar .active a, .navbar, .ui-dialog {
background: #0f161c !important; background: #0f161c !important;
color: white !important; color: white !important;
} }
.ui-widget-content, ui-dialog-title, .dashboard-panel__headline a, text-muted { .ui-widget-content, ui-dialog-title, .dashboard-panel__headline a, text-muted, h1 small {
color: white; color: white;
} }
input, .form-control { input, .form-control {