thumbnail on hover
This commit is contained in:
@ -1012,4 +1012,15 @@ div.about > div img {
|
||||
div.about > div p {
|
||||
font-size: 7pt;
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
a.id-link:hover:after {
|
||||
content: "";
|
||||
background-image: var(--hover-image);
|
||||
border: 1px solid var(--accent);
|
||||
height: 128px;
|
||||
width: 128px;
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user