Fix low contrast of text in settings tooltip (#4188)
This commit is contained in:
@@ -34,6 +34,13 @@ chatterino--SettingsPage #generalSettingsScrollContent {
|
||||
background: #222;
|
||||
}
|
||||
|
||||
chatterino--SettingsPage QToolTip {
|
||||
padding: 2px;
|
||||
background-color: #333333;
|
||||
border: 1px solid #545454;
|
||||
color: white;
|
||||
}
|
||||
|
||||
chatterino--PageHeader {
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user