From 34c15cbe395e9eb39d6e6e641ce9a00b8b0ac639 Mon Sep 17 00:00:00 2001 From: etherware-novice <73374039+etherware-novice@users.noreply.github.com> Date: Mon, 17 Mar 2025 00:26:27 -0500 Subject: [PATCH] quickfix for the truecolor not working --- _sass/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sass/main.scss b/_sass/main.scss index 957a698..09011da 100644 --- a/_sass/main.scss +++ b/_sass/main.scss @@ -31,7 +31,7 @@ html::after { z-index: 100; } -.truecolor { z-index: 100; position: relative; } +.truecolor { z-index: 1000; position: relative; } html, body { color: black;