hover:after:hover??
This commit is contained in:
parent
a86b52f754
commit
433047ccf8
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user