From 83a010e8f575b211abcf21b1acd1426e4a4cc3c0 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 17 Jun 2024 16:24:45 +0200 Subject: [PATCH] fix text shadow --- static/js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/index.js b/static/js/index.js index 0c41684..0a8b715 100644 --- a/static/js/index.js +++ b/static/js/index.js @@ -59,7 +59,7 @@ window.addEventListener("load", () => { #724e99 62%, #724e99 77%, \ #e73160 77%); ${clipping_text} - text-shadow: 0px 0px 20px light-dark(transparent, var(--font-color)); + text-shadow: 0px 0px 20px light-dark(var(--font-color), transparent); ` ), ];