fix(twitch): Make text on front page readable (#239)

* Update age selector color

* Bump version
This commit is contained in:
fruzitent 2023-10-01 21:07:26 +03:00 committed by GitHub
parent 5b43cf269d
commit 55c4a1579b
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.8
@version 1.1.9
@description Soothing pastel theme for Twitch
@author Catppuccin
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/twitch/catppuccin.user.css
@ -231,6 +231,27 @@
color: @text;
}
/* Front page warning sign */
div.content-overlay-gate__content[data-a-target="player-overlay-content-gate"]
div.content-overlay-icon
svg {
color: @red;
}
/* Front page age warning */
div.content-overlay-gate__content[data-a-target="player-overlay-content-gate"]
p.content-overlay-gate__allow-pointers {
color: @red !important;
}
/* Front page age selector */
div[data-a-target="player-overlay-age-gate-form"] select {
color: @text;
}
/* TODO: moments */
& .carousel-metadata {