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{