fix(twitch): add missing semicolon

This commit is contained in:
winston 2023-07-26 23:25:56 +02:00
parent 8b1e7972f6
commit 97cb54f32d
No known key found for this signature in database
GPG Key ID: 3786770EDBC2B481

View File

@ -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;