diff --git a/package.json b/package.json index 179439d9ac..1cc11e2a42 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "require-globify": "^1.4.1", "resizable": "^1.2.0", "twemoji": "^2.5.0", - "twitch-chat-emotes": "github:Aaron128l/Userscript--Twitch-Chat-Emotes#2f78696552c9c11db1b23757c8729b6ef259af58", + "twitch-chat-emotes": "github:Aaron128l/Userscript--Twitch-Chat-Emotes#7a459e3922cc6f345a5d7bdfbbd1a17bdb73de79", "uglify-save-license": "^0.4.1", "view-list": "^2.1.0", "vinyl-buffer": "^1.0.0", diff --git a/src/modules/chat/index.js b/src/modules/chat/index.js index e29ffdc6c0..f0adaa6412 100644 --- a/src/modules/chat/index.js +++ b/src/modules/chat/index.js @@ -17,7 +17,7 @@ const EMOTES_TO_CAP = ['567b5b520e984428652809b6']; const MAX_EMOTES_WHEN_CAPPED = 10; const badgeTemplate = (url, description) => ` -
BetterTTV
BetterTTV
BetterTTV Settings
diff --git a/src/modules/split_chat/style.css b/src/modules/split_chat/style.css index 9f0b9c6c6a..06608a009b 100644 --- a/src/modules/split_chat/style.css +++ b/src/modules/split_chat/style.css @@ -2,7 +2,7 @@ background-color: #efeded; } -.theme--dark { +.tw-theme--dark { .chat-line__message.bttv-split-chat-alt-bg, .vod-message.bttv-split-chat-alt-bg { background-color: #1f1925; }