mirror of
https://github.com/searxng/searxng
synced 2024-11-03 09:40:20 +00:00
13 lines
163 B
Plaintext
13 lines
163 B
Plaintext
// Labels
|
|
|
|
.label-variant(@color) {
|
|
background-color: @color;
|
|
|
|
&[href] {
|
|
&:hover,
|
|
&:focus {
|
|
background-color: darken(@color, 10%);
|
|
}
|
|
}
|
|
}
|