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

@ -76,6 +76,12 @@ body{
content: "⤈ Click to expand."; content: "⤈ Click to expand.";
border-color: rgb(17, 153, 17, .8); 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{ .contentBody .contentWrapper h1{
display: inline-block; display: inline-block;