Merge pull request #2 from rewphus/7

Fix post highlight transition
This commit is contained in:
rewphus 2017-09-01 15:15:27 -05:00 committed by GitHub
commit 43580c0756

View File

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