Add background color transition to top nav buttons

This commit is contained in:
Matthew Ross 2016-04-23 14:25:34 -04:00
parent 043eb9303d
commit 7a59216451

View File

@ -17,6 +17,11 @@
.flat {
background-color: lighten($color-background, 3%);
color: $color-primary;
transition: background-color 0.5s;
&:hover {
background-color: lighten($color-background, 7%);
}
}
.active {