From 68e37b0dda06245f03029b348c4054f45fb1d299 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Fri, 27 Oct 2023 22:07:46 -0400 Subject: [PATCH] css linter fixes pt 2 --- FrostedGlass.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FrostedGlass.css b/FrostedGlass.css index d9c1b6c..6a214ae 100644 --- a/FrostedGlass.css +++ b/FrostedGlass.css @@ -74,7 +74,7 @@ */ --window-padding: 10px; /* Spacing around the Discord window | DEFAULT: 20px */ --window-roundness: 20px; /* Roundness of Discord | DEFAULT: 10px */ - --scrollbar-colour: rgb(255, 255, 255, 5%); /* DEFAULT: rgb(255, 255, 255, 5%) */ + --scrollbar-colour: rgba(255, 255, 255, 5%); /* DEFAULT: rgba(255, 255, 255, 5%) */ --link-colour: #00b0f4; /* DEFAULT: #00b0f4 */ /*