diff --git a/package.json b/package.json index 5cc4213fe1..6c46089383 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "BetterTTV", "author": "Night", - "version": "7.0.0", + "version": "7.0.1", "description": "BetterTTV enhances Twitch with new features, bug fixes, and reduced clutter.", "main": "betterttv.js", "scripts": { diff --git a/src/css/betterttv-dark.css b/src/css/betterttv-dark.css index 41d0a0fa5d..210cc42fd3 100644 --- a/src/css/betterttv-dark.css +++ b/src/css/betterttv-dark.css @@ -3365,6 +3365,10 @@ button.follow-button, .subscription-modal__right button, .subscription-modal__le border-bottom-color: #333; } +.chat-chip { + background: #111; +} + .chat-chip .card__info { color: #777; }