Merge pull request #7 from SimonOrJ/patch-1

Fix post highlight transition
This commit is contained in:
rewphus 2017-09-01 15:56:09 -05:00 committed by GitHub
commit 3fc61e916e

View File

@ -237,7 +237,7 @@ button#new-account-link {
background-color: lighten($tertiary, 20%);
}
100% {
background-color: $secondary;
background-color: lighten($secondary, 10%);
}
}