1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-02 16:08:31 +00:00

Fix message highlighting.

This commit is contained in:
SirStendec 2017-12-01 18:55:44 -05:00
parent fc40353b87
commit dfa0c9c88f
2 changed files with 4 additions and 4 deletions

View file

@ -1,10 +1,10 @@
.chat-line__message,
.chat-line__subscribe {
&.ffz-mentioned:nth-child(2n+0) {
background-color: rgba(255,127,127,.4);
background-color: rgba(255,127,127,.4) !important;
.theme--dark & {
background-color: rgba(255,0,0,.3);
background-color: rgba(255,0,0,.3) !important;
}
}
}

View file

@ -1,10 +1,10 @@
.chat-line__message,
.chat-line__subscribe {
&.ffz-mentioned {
background-color: rgba(255,127,127,.2);
background-color: rgba(255,127,127,.2) !important;
.theme--dark & {
background-color: rgba(255,0,0,.2);
background-color: rgba(255,0,0,.2) !important;
}
}
}