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