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