From dfa0c9c88f564bb9c1e665609589498eb8d619ca Mon Sep 17 00:00:00 2001 From: SirStendec Date: Fri, 1 Dec 2017 18:55:44 -0500 Subject: [PATCH] Fix message highlighting. --- .../modules/css_tweaks/styles/chat-mention-bg-alt.scss | 4 ++-- .../modules/css_tweaks/styles/chat-mention-bg.scss | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/sites/twitch-twilight/modules/css_tweaks/styles/chat-mention-bg-alt.scss b/src/sites/twitch-twilight/modules/css_tweaks/styles/chat-mention-bg-alt.scss index c6ad1cf5..cae92524 100644 --- a/src/sites/twitch-twilight/modules/css_tweaks/styles/chat-mention-bg-alt.scss +++ b/src/sites/twitch-twilight/modules/css_tweaks/styles/chat-mention-bg-alt.scss @@ -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; } } } \ No newline at end of file diff --git a/src/sites/twitch-twilight/modules/css_tweaks/styles/chat-mention-bg.scss b/src/sites/twitch-twilight/modules/css_tweaks/styles/chat-mention-bg.scss index bb89d301..5859a560 100644 --- a/src/sites/twitch-twilight/modules/css_tweaks/styles/chat-mention-bg.scss +++ b/src/sites/twitch-twilight/modules/css_tweaks/styles/chat-mention-bg.scss @@ -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; } } } \ No newline at end of file