Add background color transition to top nav buttons
This commit is contained in:
parent
043eb9303d
commit
7a59216451
@ -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 {
|
||||
|
Reference in New Issue
Block a user