terms: add hover transition

This commit is contained in:
Aditya Telange 2020-09-06 22:00:35 +05:30
parent 91457e9c0e
commit 0411858700
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77

View File

@ -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);
}