fix grey welcome message
This commit is contained in:
parent
5a709dfa52
commit
a5540cd3b6
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue