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:
parent
0fc1416bfc
commit
aabe9ed6b6
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