fix(temp?): dont add relative for no reason (hopefully)

This commit is contained in:
my name 2025-02-04 02:57:03 -05:00
parent 71a902a939
commit 8b68c8514b

View file

@ -20,7 +20,6 @@ document.addEventListener("DOMContentLoaded", function () {
el.classList.add( el.classList.add(
"border-2", "border-2",
"border-yellow-500", "border-yellow-500",
"relative",
"highlighted", "highlighted",
"p-2", "p-2",
); );