// Contextual backgrounds
.bg-variant(@color) {
background-color: @color;
&:hover {
background-color: darken(@color, 10%);
}