Added transitions

This commit is contained in:
Edgar P. Burkhart 2021-12-29 16:38:46 +01:00
parent 04e3f982d4
commit 608444f59f
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
1 changed files with 4 additions and 0 deletions

View File

@ -88,6 +88,10 @@ a {
text-decoration: none;
border: 2px solid transparent;
transition-property: border, background;
transition-duration: 70ms;
transition-timing-function: cubic-bezier(0.2, 0, 0.38, 0.9);
}
a:hover {
background: #333333; /* Gray 90 Hover */