mirror of
https://github.com/LMMS/lmms.git
synced 2026-02-28 04:08:28 -05:00
Make splash screen text white (#5149)
Make splash screen text white Closes #5023
This commit is contained in:
committed by
Tres Finocchiaro
parent
a631c0c47e
commit
8568ae4eac
@@ -81,6 +81,12 @@ TextFloat {
|
||||
}
|
||||
|
||||
|
||||
/* splash screen text */
|
||||
QSplashScreen QLabel {
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
||||
QMenu {
|
||||
border-top: 2px solid #08993E;
|
||||
background-color: #15191c;
|
||||
|
||||
Reference in New Issue
Block a user