mirror of
https://github.com/searxng/searxng.git
synced 2024-11-06 01:19:31 +00:00
9 lines
116 B
Text
9 lines
116 B
Text
|
// Typography
|
||
|
|
||
|
.text-emphasis-variant(@color) {
|
||
|
color: @color;
|
||
|
a&:hover {
|
||
|
color: darken(@color, 10%);
|
||
|
}
|
||
|
}
|