fix(twitch): enforce userstyles practices ^& overlay text (#106)
This commit is contained in:
parent
f4addca67a
commit
26c7368218
@ -2,15 +2,15 @@
|
||||
@name Twitch Catppuccin
|
||||
@namespace github.com/catppuccin/twitch
|
||||
@homepageURL https://github.com/catppuccin/userstyles/styles/twitch
|
||||
@version 1.1.2
|
||||
@version 1.1.3
|
||||
@description Soothing pastel theme for Twitch
|
||||
@author Catppuccin - mustafakhalaf-git
|
||||
@author Catppuccin
|
||||
@preprocessor less
|
||||
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/twitch/catppuccin.user.css
|
||||
@license MIT
|
||||
|
||||
@var select lightTheme "Light Variant" ["latte:Latte"]
|
||||
@var select darkTheme "Dark Variant" ["frappe:Frappe", "macchiato:Macchiato", "mocha:Mocha"]
|
||||
@var select lightTheme "Light Variant" ["latte:Latte", "frappe:Frappe", "macchiato:Macchiato", "mocha:Mocha"]
|
||||
@var select darkTheme "Dark Variant" ["latte:Latte", frappe:Frappe", "macchiato:Macchiato", "mocha:Mocha"]
|
||||
@var select accentColor "Accent" ["rosewater:Rosewater", "flamingo:Flamingo", "pink:Pink", "mauve:Mauve", "red:Red*", "maroon:Maroon", "peach:Peach", "yellow:Yellow", "green:Green", "teal:Teal", "blue:Blue", "sapphire:Sapphire", "sky:Sky", "lavender:Lavender", "subtext0:Gray"]
|
||||
==/UserStyle== */
|
||||
@-moz-document domain("twitch.tv") {
|
||||
@ -202,6 +202,9 @@
|
||||
color: @accent-Color;
|
||||
}
|
||||
}
|
||||
.eBmJxH {
|
||||
color: @text;
|
||||
}
|
||||
.ffZeRf {
|
||||
color: #fff !important;
|
||||
}
|
||||
@ -252,7 +255,7 @@
|
||||
--color-text-input-placeholder: @text;
|
||||
--color-border-input: @base;
|
||||
--color-text-button-primary: @crust;
|
||||
--color-text-overlay: @text;
|
||||
--color-text-overlay: @base;
|
||||
--color-text-base: @subtext1;
|
||||
--color-text-alt: @subtext1;
|
||||
--color-text-alt-2: @text;
|
||||
|
Loading…
x
Reference in New Issue
Block a user