Fix post highlight transition
The color blinks after highlight in current configuration.
This commit is contained in:
parent
2e5d4847b4
commit
8b4a356646
@ -241,7 +241,7 @@ and (max-width: 1250px)
|
||||
}
|
||||
|
||||
100% {
|
||||
background-color: $secondary;
|
||||
background-color: lighten($secondary, 10%);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user