colors
This commit is contained in:
parent
ac3494ff95
commit
abe1c14246
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
|
@ -1166,7 +1166,7 @@ class SettingsPage(QWidget):
|
|||
|
||||
soulseek_title = QLabel("Soulseek")
|
||||
soulseek_title.setFont(QFont("Arial", 12, QFont.Weight.Bold))
|
||||
soulseek_title.setStyleSheet("color: #ff6b35;")
|
||||
soulseek_title.setStyleSheet("color: #5dade2;")
|
||||
soulseek_layout.addWidget(soulseek_title)
|
||||
|
||||
# slskd URL
|
||||
|
|
|
|||
Loading…
Reference in a new issue