@import "colors" @mixin background-gradient background: linear-gradient(to bottom, $color-gradient-grey-start, $color-gradient-grey-stop) &:hover background: linear-gradient(to bottom, darken($color-gradient-grey-start, 5%), darken($color-gradient-grey-stop, 5%)) @mixin background-gradient-green background: linear-gradient(to bottom, $color-gradient-green-start, $color-gradient-green-stop) &:hover background: linear-gradient(to bottom, darken($color-gradient-green-start, 5%), darken($color-gradient-green-stop, 5%))