mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-03 08:28:31 +00:00
Fix message highlighting.
This commit is contained in:
parent
fc40353b87
commit
dfa0c9c88f
2 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
||||||
.chat-line__message,
|
.chat-line__message,
|
||||||
.chat-line__subscribe {
|
.chat-line__subscribe {
|
||||||
&.ffz-mentioned:nth-child(2n+0) {
|
&.ffz-mentioned:nth-child(2n+0) {
|
||||||
background-color: rgba(255,127,127,.4);
|
background-color: rgba(255,127,127,.4) !important;
|
||||||
|
|
||||||
.theme--dark & {
|
.theme--dark & {
|
||||||
background-color: rgba(255,0,0,.3);
|
background-color: rgba(255,0,0,.3) !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -1,10 +1,10 @@
|
||||||
.chat-line__message,
|
.chat-line__message,
|
||||||
.chat-line__subscribe {
|
.chat-line__subscribe {
|
||||||
&.ffz-mentioned {
|
&.ffz-mentioned {
|
||||||
background-color: rgba(255,127,127,.2);
|
background-color: rgba(255,127,127,.2) !important;
|
||||||
|
|
||||||
.theme--dark & {
|
.theme--dark & {
|
||||||
background-color: rgba(255,0,0,.2);
|
background-color: rgba(255,0,0,.2) !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue