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/less/bootstrap/mixins/text-emphasis.less
2015-01-13 17:13:08 +01:00

8 lines
116 B
Text

// Typography
.text-emphasis-variant(@color) {
color: @color;
a&:hover {
color: darken(@color, 10%);
}
}