0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Adjusted animation timing for links

This commit is contained in:
John O'Nolan 2014-07-30 10:39:17 +03:00
parent 411848313c
commit 71d20068a1

View file

@ -58,10 +58,11 @@ mark {
a {
color: $blue;
text-decoration: none;
@include transition(all 0.15s ease-in-out);
@include transition(background 0.3s, color 0.3s);
&:hover {
text-decoration: none;
@include transition(background 0.1s, color 0.1s);
}
&.highlight {