fix(twitch): Make text on front page readable (#239)
* Update age selector color * Bump version
This commit is contained in:
parent
5b43cf269d
commit
55c4a1579b
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user