From 97cb54f32d5190c55eab1590469c165c026f99a1 Mon Sep 17 00:00:00 2001 From: winston Date: Wed, 26 Jul 2023 23:25:56 +0200 Subject: [PATCH] fix(twitch): add missing semicolon --- styles/twitch/catppuccin.user.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/styles/twitch/catppuccin.user.css b/styles/twitch/catppuccin.user.css index 5ecb8ea..ce6f28e 100644 --- a/styles/twitch/catppuccin.user.css +++ b/styles/twitch/catppuccin.user.css @@ -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;