Fix post highlight transition

The color blinks after highlight in current configuration.
This commit is contained in:
Simon Chuu 2017-05-28 02:07:33 -04:00 committed by GitHub
parent 2e5d4847b4
commit 8b4a356646

View File

@ -241,7 +241,7 @@ and (max-width: 1250px)
}
100% {
background-color: $secondary;
background-color: lighten($secondary, 10%);
}
}