Skip to content

Commit 3f22e59

Browse files
authored
fix(twitch): Make text on offline screen readable (catppuccin#257)
* Update follow panel colors * Bump version
1 parent 6e3e55b commit 3f22e59

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

styles/twitch/catppuccin.user.css

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
@name Twitch Catppuccin
33
@namespace github.com/catppuccin/userstyles/styles/twitch
44
@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/twitch
5-
@version 1.1.14
5+
@version 1.1.15
66
@description Soothing pastel theme for Twitch
77
@author Catppuccin
88
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/twitch/catppuccin.user.css
@@ -231,6 +231,16 @@
231231
color: @text;
232232
}
233233

234+
/* Offline screen follow panel */
235+
236+
div[data-test-selector="follow-panel-overlay"] p {
237+
color: @text !important;
238+
}
239+
240+
div[data-test-selector="follow-panel-overlay"] button div {
241+
color: @crust !important;
242+
}
243+
234244
/* Front page warning sign */
235245

236246
div.content-overlay-gate__content[data-a-target="player-overlay-content-gate"]

0 commit comments

Comments
 (0)