Fix header text color on redirect page

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2018-11-19 21:54:37 +01:00
parent 1d8f7e7806
commit 4c2dad9ec4
No known key found for this signature in database
GPG Key ID: CBD846FC845CBE17
1 changed files with 1 additions and 0 deletions

View File

@ -607,6 +607,7 @@ form #selectDbType label.ui-state-active {
.warning h2,
.update h2,
.error h2 {
color: #fff;
text-align: center;
}