From a86b52f75455ed96b296365794acec9962a91575 Mon Sep 17 00:00:00 2001 From: "sigonasr2, Sig, Sigo" Date: Wed, 4 May 2022 13:50:49 +0000 Subject: [PATCH] Try using the arrow instead --- sitefiles/sig.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sitefiles/sig.css b/sitefiles/sig.css index 70670a9..966bead 100644 --- a/sitefiles/sig.css +++ b/sitefiles/sig.css @@ -73,7 +73,7 @@ body{ } .contentBody .contentWrapper:hover:after{ - content: "⤈ Click to expand."; + content: "⤈ Click to expand."; border-color: rgb(17, 153, 17, .8); }