mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
terms: add hover transition
This commit is contained in:
parent
91457e9c0e
commit
0411858700
@ -10,8 +10,10 @@
|
||||
color: var(--primary);
|
||||
background: var(--border);
|
||||
border-radius: var(--radius);
|
||||
transition: transform 0.1s;
|
||||
}
|
||||
|
||||
.terms-tags a:hover {
|
||||
background: var(--tertiary);
|
||||
transform: scale(0.96);
|
||||
}
|
Loading…
Reference in New Issue
Block a user