hover:after:hover??

This commit is contained in:
sigonasr2, Sig, Sigo 2022-05-04 13:52:12 +00:00
parent a86b52f754
commit 433047ccf8

View File

@ -77,6 +77,12 @@ body{
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;
font-size:3.25em;