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:
parent
411848313c
commit
71d20068a1
1 changed files with 2 additions and 1 deletions
|
@ -58,10 +58,11 @@ mark {
|
||||||
a {
|
a {
|
||||||
color: $blue;
|
color: $blue;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
@include transition(all 0.15s ease-in-out);
|
@include transition(background 0.3s, color 0.3s);
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
@include transition(background 0.1s, color 0.1s);
|
||||||
}
|
}
|
||||||
|
|
||||||
&.highlight {
|
&.highlight {
|
||||||
|
|
Loading…
Add table
Reference in a new issue