mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
share-buttons : on hover effect
This commit is contained in:
parent
01a575de59
commit
69b68f964a
@ -256,7 +256,6 @@
|
||||
}
|
||||
|
||||
.share-buttons {
|
||||
fill: currentColor;
|
||||
margin: 4px 0;
|
||||
text-align: center;
|
||||
background: var(--code-bg);
|
||||
@ -269,4 +268,8 @@
|
||||
height: 30px;
|
||||
width: 30px;
|
||||
margin: 0 10px;
|
||||
}
|
||||
|
||||
.share-button-single:hover svg {
|
||||
opacity: 0.9;
|
||||
}
|
Loading…
Reference in New Issue
Block a user