Skip to content

Commit

Permalink
Merge PR #6259: Backport "Merge PR #6256: FIX(client,theme): Use fixe…
Browse files Browse the repository at this point in the history
…d dark font color for themeless notice labels"
  • Loading branch information
Krzmbrzl authored Nov 4, 2023
2 parents be6cf55 + 3500903 commit 21eff91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/mumble/Themes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -144,5 +144,6 @@ bool Themes::readStylesheet(const QString &stylesheetFn, QString &stylesheetCont

QString Themes::getDefaultStylesheet() {
return QLatin1String(".log-channel{text-decoration:none;}.log-user{text-decoration:none;}p{margin:0;}#qwMacWarning,"
"#qwInlineNotice{background-color:#FFFEDC;border-radius:5px;border:1px solid #B5B59E;}");
"#qwInlineNotice{background-color:#FFFEDC;border-radius:5px;border:1px solid #B5B59E;}"
"#qwMacWarning > QLabel,#qwInlineNotice > QLabel{color:#333;}");
}

0 comments on commit 21eff91

Please sign in to comment.