From 6bacac2d80cbee4e858583e6da05caa8c0800b91 Mon Sep 17 00:00:00 2001 From: "sigonasr2, Sig, Sigo" Date: Wed, 4 May 2022 13:57:54 +0000 Subject: [PATCH] We'll add an unexpanded div --- sitefiles/sig.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sitefiles/sig.css b/sitefiles/sig.css index 73836f5..c12a123 100644 --- a/sitefiles/sig.css +++ b/sitefiles/sig.css @@ -72,14 +72,17 @@ body{ border-color: rgb(17, 153, 17, .8); } - .contentBody .contentWrapper:hover:after{ + .contentBody .contentWrapper { + border-color: rgb(17, 153, 17, .8); + } + + .contentBody .contentWrapper .unexpanded:hover:after{ display: inline-block; background-color:rgba(255, 255, 255, .06); min-width:98vw; text-align:center; font-size:2.75em; content: "⤈ Click to expand."; - border-color: rgb(17, 153, 17, .8); } .contentBody .contentWrapper h1{