Added transitions
This commit is contained in:
parent
04e3f982d4
commit
608444f59f
1 changed files with 4 additions and 0 deletions
|
@ -88,6 +88,10 @@ a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
||||||
border: 2px solid transparent;
|
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 {
|
a:hover {
|
||||||
background: #333333; /* Gray 90 Hover */
|
background: #333333; /* Gray 90 Hover */
|
||||||
|
|
Reference in a new issue