Remove leftover variable

This commit is contained in:
daudix
2024-10-14 05:04:25 +03:00
parent 4e595760c8
commit 8cb2263106

View File

@ -33,9 +33,6 @@
--red-fg: rgb(246 97 81); --red-fg: rgb(246 97 81);
--yellow-fg: rgb(248 228 92); --yellow-fg: rgb(248 228 92);
// FILTERS
--blurnail-blur: brightness(0.25) blur(1rem);
color-scheme: dark; color-scheme: dark;
} }
@ -73,7 +70,6 @@
// FILTERS // FILTERS
--blur: saturate(1.8) blur(0.75rem); --blur: saturate(1.8) blur(0.75rem);
--blurnail-blur: contrast(0.25) brightness(1.75) blur(1rem);
// FONT SIZES // FONT SIZES
--font-size-xx-small: 0.625rem; --font-size-xx-small: 0.625rem;