diff --git a/styles/twitch/catppuccin.user.css b/styles/twitch/catppuccin.user.css index 2c08442..30dfc5c 100644 --- a/styles/twitch/catppuccin.user.css +++ b/styles/twitch/catppuccin.user.css @@ -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; @@ -532,4 +535,4 @@ background-color: @base; } } -} \ No newline at end of file +}