fix(twitch): add missing semicolon
This commit is contained in:
parent
8b1e7972f6
commit
97cb54f32d
@ -2,7 +2,7 @@
|
|||||||
@name Twitch Catppuccin
|
@name Twitch Catppuccin
|
||||||
@namespace github.com/catppuccin/userstyles/styles/twitch
|
@namespace github.com/catppuccin/userstyles/styles/twitch
|
||||||
@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/twitch
|
@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/twitch
|
||||||
@version 1.1.3
|
@version 1.1.4
|
||||||
@description Soothing pastel theme for Twitch
|
@description Soothing pastel theme for Twitch
|
||||||
@author Catppuccin
|
@author Catppuccin
|
||||||
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/twitch/catppuccin.user.css
|
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/twitch/catppuccin.user.css
|
||||||
@ -187,7 +187,8 @@
|
|||||||
--color-brand-accent-creamsicle: @yellow;
|
--color-brand-accent-creamsicle: @yellow;
|
||||||
--color-red: @maroon;
|
--color-red: @maroon;
|
||||||
--color-red-darker: @red;
|
--color-red-darker: @red;
|
||||||
--color-orange: @peach --color-yellow: @yellow;
|
--color-orange: @peach;
|
||||||
|
--color-yellow: @yellow;
|
||||||
--color-green: @green;
|
--color-green: @green;
|
||||||
--color-green-darker: @green;
|
--color-green-darker: @green;
|
||||||
--color-blue: @blue;
|
--color-blue: @blue;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user