From 433047ccf8dffdec404da7051bef4f8476829383 Mon Sep 17 00:00:00 2001 From: "sigonasr2, Sig, Sigo" Date: Wed, 4 May 2022 13:52:12 +0000 Subject: [PATCH] hover:after:hover?? --- sitefiles/sig.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sitefiles/sig.css b/sitefiles/sig.css index 966bead..8087e61 100644 --- a/sitefiles/sig.css +++ b/sitefiles/sig.css @@ -76,6 +76,12 @@ body{ content: "⤈ Click to expand."; border-color: rgb(17, 153, 17, .8); } + + .contentBody .contentWrapper:hover:after:hover{ + background-color: rgba(255, 255, 255, .06); + content: "⤈ Click to expand."; + border-color: rgb(17, 153, 17, .8); + } .contentBody .contentWrapper h1{ display: inline-block;