mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-02 00:15:06 +01: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
@ -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 New Issue
Block a user