mirror of
https://github.com/PabloMK7/citra
synced 2024-11-15 05:08:23 +00:00
citra_qt/multiplayer: Change style for pinged messages a bit
To allow it to be seen more clearly in dark themes
This commit is contained in:
parent
4574bd1e5c
commit
4df4b90795
1 changed files with 2 additions and 1 deletions
|
@ -70,7 +70,8 @@ public:
|
|||
style = QString("background-color: %1").arg(ping_color);
|
||||
}
|
||||
|
||||
return QString("[%1] <font color='%2'><%3></font> <font style='%4'>%5</font>")
|
||||
return QString("[%1] <font color='%2'><%3></font> <font style='%4' "
|
||||
"color='#000000'>%5</font>")
|
||||
.arg(timestamp, color, name.toHtmlEscaped(), style, message.toHtmlEscaped());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue