Skip to content

Commit

Permalink
Make splash screen text white (LMMS#5149)
Browse files Browse the repository at this point in the history
Make splash screen text white
Closes LMMS#5023
  • Loading branch information
Spekular authored and tresf committed Aug 27, 2019
1 parent b511883 commit dcbaf70
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions data/themes/default/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,12 @@ TextFloat {
}


/* splash screen text */
QSplashScreen QLabel {
color: white;
}


QMenu {
border-top: 2px solid #08993E;
background-color: #15191c;
Expand Down

0 comments on commit dcbaf70

Please sign in to comment.