fix(twitch): Make text on offline screen readable (#228)
* Update offline colors * Bump version * Swap accents
This commit is contained in:
parent
6f26a73eb2
commit
0f80044d2e
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user