2
0
mirror of https://github.com/erikflowers/weather-icons.git synced 2025-10-13 16:02:11 -06:00

10 lines
151 B
Plaintext
Raw Normal View History

2015-07-31 21:11:08 -07:00
// Contextual backgrounds
.bg-variant(@color) {
background-color: @color;
a&:hover,
a&:focus {
background-color: darken(@color, 10%);
}
}