0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Adjusted animation timing for links

This commit is contained in:
John O'Nolan 2014-07-30 10:39:17 +03:00
parent 0fc1416bfc
commit aabe9ed6b6

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 {