fix(twitch): Make text on offline screen readable (#228)

* Update offline colors

* Bump version

* Swap accents
This commit is contained in:
fruzitent 2023-09-29 00:46:55 +03:00 committed by GitHub
parent 6f26a73eb2
commit 0f80044d2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {