mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
change animation condition from hover to active for share-buttons and terms-tags
This commit is contained in:
parent
89414d00dc
commit
7a0e1f369c
@ -331,7 +331,7 @@
|
||||
transition: transform .1s
|
||||
}
|
||||
|
||||
.share-buttons svg:hover {
|
||||
.share-buttons svg:active {
|
||||
transform: scale(.96)
|
||||
}
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
transition: transform .1s
|
||||
}
|
||||
|
||||
.terms-tags a:hover {
|
||||
.terms-tags a:active {
|
||||
background: var(--tertiary);
|
||||
transform: scale(.96)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user