Make splash screen text white (#5149)

Make splash screen text white
Closes #5023
This commit is contained in:
Spekular
2019-08-27 15:24:13 +02:00
committed by Tres Finocchiaro
parent a631c0c47e
commit 8568ae4eac

View File

@@ -81,6 +81,12 @@ TextFloat {
}
/* splash screen text */
QSplashScreen QLabel {
color: white;
}
QMenu {
border-top: 2px solid #08993E;
background-color: #15191c;