From 487d79d675ffa5fff6436bee00633590e7ff09d0 Mon Sep 17 00:00:00 2001 From: fruzitent <40008647+fruzitent@users.noreply.github.com> Date: Thu, 21 Sep 2023 21:01:32 +0300 Subject: [PATCH] fix(twitch): Make text readable when using theater mode (#216) * Update stream title color * Update pinned chat message color * Update mature content warning color * Update hype train color --- styles/twitch/catppuccin.user.css | 37 ++++++++++++++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/styles/twitch/catppuccin.user.css b/styles/twitch/catppuccin.user.css index c9d1fa2..59a6241 100644 --- a/styles/twitch/catppuccin.user.css +++ b/styles/twitch/catppuccin.user.css @@ -54,6 +54,41 @@ background-color: @base; } + p[data-test-selector="stream-info-card-component__subtitle"], + p[data-test-selector="stream-info-card-component__description"] { + color: @text !important; + } + + a[data-a-target="player-info-game-name"] { + color: @accent-Color; + } + + div.pinned-chat__pinned-by svg { + color: @text; + } + + p.pinned-chat__message span { + color: @text; + } + + p.pinned-chat__message a { + color: @accent-Color; + } + + div[data-a-target="content-classification-warning-disclosure-overlay"] p { + color: @text; + } + + div.hype-train-progress-bar-info-view__level-container p, + div.hype-train-approaching-view__leftSide p, + div.hype-train-expanded-layout p { + color: @text; + } + + div.hype-train-progress-bar-info-view__progress-value span { + color: @accent-Color; + } + & .carousel-metadata { background: @crust; } @@ -136,7 +171,7 @@ } } .chat-room when not (@lightFlavor = latte) { - background: @base; + background: @base; } &,