From 1fcec5aa4afe1db025e347121329661f9bcf0ea5 Mon Sep 17 00:00:00 2001 From: "sigonasr2, Sig, Sigo" Date: Wed, 4 May 2022 13:46:56 +0000 Subject: [PATCH] Add an after hover --- sitefiles/sig.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sitefiles/sig.css b/sitefiles/sig.css index 74d0091..70670a9 100644 --- a/sitefiles/sig.css +++ b/sitefiles/sig.css @@ -71,6 +71,11 @@ body{ .contentBody .contentWrapper:hover{ border-color: rgb(17, 153, 17, .8); } + + .contentBody .contentWrapper:hover:after{ + content: "⤈ Click to expand."; + border-color: rgb(17, 153, 17, .8); + } .contentBody .contentWrapper h1{ display: inline-block;