Fix low contrast of text in settings tooltip (#4188)

This commit is contained in:
kornes
2022-11-25 09:01:07 +00:00
committed by GitHub
parent 9d1b8b0a93
commit b3e400a049
3 changed files with 8 additions and 9 deletions
+7
View File
@@ -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;
}