From 789cfb5251a8344af146dbebd60b5119a31f053c Mon Sep 17 00:00:00 2001 From: NullBite Date: Tue, 3 Oct 2023 01:14:41 -0400 Subject: [PATCH] chaster: change color of frozen lock to sapphire --- styles/chaster/catppuccin.user.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/chaster/catppuccin.user.css b/styles/chaster/catppuccin.user.css index c6f5945..6ce7f79 100644 --- a/styles/chaster/catppuccin.user.css +++ b/styles/chaster/catppuccin.user.css @@ -275,7 +275,7 @@ } .countdown-content.countdown-frozen .countdown-digit { - background-color: @blue; + background-color: @sapphire; background-image: none; color: @base; }