From 0f80044d2ebe6700deb8aa64ad6079df3a336910 Mon Sep 17 00:00:00 2001
From: fruzitent <40008647+fruzitent@users.noreply.github.com>
Date: Fri, 29 Sep 2023 00:46:55 +0300
Subject: [PATCH] fix(twitch): Make text on offline screen readable (#228)

* Update offline colors

* Bump version

* Swap accents
---
 styles/twitch/catppuccin.user.css | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/styles/twitch/catppuccin.user.css b/styles/twitch/catppuccin.user.css
index 3624848..70ae155 100644
--- a/styles/twitch/catppuccin.user.css
+++ b/styles/twitch/catppuccin.user.css
@@ -2,7 +2,7 @@
 @name           Twitch Catppuccin
 @namespace      github.com/catppuccin/userstyles/styles/twitch
 @homepageURL    https://github.com/catppuccin/userstyles/tree/main/styles/twitch
-@version        1.1.7
+@version        1.1.8
 @description    Soothing pastel theme for Twitch
 @author         Catppuccin
 @updateURL      https://github.com/catppuccin/userstyles/raw/main/styles/twitch/catppuccin.user.css
@@ -221,6 +221,16 @@
       background: @overlay2 !important;
     }
 
+    /* Recent VOD title */
+
+    div.player-overlay-background h4 {
+      color: @subtext0 !important;
+    }
+
+    a.offline-recommendations-video-card p {
+      color: @text;
+    }
+
     /* TODO: moments */
 
     & .carousel-metadata {