Files
2021-07-06 08:03:48 +00:00

10 lines
151 B
Plaintext
Executable File
Vendored

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