blob: a85c22b745302f42c8282c0f9b7dce8a2f1384d7 [file] [log] [blame]
// Contextual backgrounds
.bg-variant(@color) {
background-color: @color;
a&:hover,
a&:focus {
background-color: darken(@color, 10%);
}
}