From 3798bc272324beaa2546e43235aced5ef433f92e Mon Sep 17 00:00:00 2001 From: Send_Nukez Date: Thu, 25 Nov 2021 12:36:49 +0100 Subject: [PATCH] update Loader.scss --- src/styles/Loader.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/Loader.scss b/src/styles/Loader.scss index 809e292..8329155 100644 --- a/src/styles/Loader.scss +++ b/src/styles/Loader.scss @@ -24,7 +24,6 @@ $duration: 1.4s; content: ""; position: absolute; inset: 0px; - color: spiceColor("subtext"); background-color: spiceColor("main", 0.9, -0.1); backdrop-filter: blur(10px); } @@ -33,6 +32,7 @@ $duration: 1.4s; content: attr(text); position: absolute; bottom: 40%; + color: spiceColor("subtext"); @include spiceFont("glue", 32px, "Bold"); }