1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/searx_ynh.git synced 2024-09-03 20:16:30 +02:00
searx_ynh/sources/searx/static/oscar/less/bootstrap/mixins/background-variant.less

9 lines
139 B
Text
Raw Normal View History

2014-12-01 12:26:38 +01:00
// Contextual backgrounds
.bg-variant(@color) {
background-color: @color;
a&:hover {
background-color: darken(@color, 10%);
}
}