mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-23 13:44:59 +05:00
10 lines
128 B
Text
10 lines
128 B
Text
|
// Typography
|
||
|
|
||
|
.text-emphasis-variant(@color) {
|
||
|
color: @color;
|
||
|
a&:hover,
|
||
|
a&:focus {
|
||
|
color: darken(@color, 10%);
|
||
|
}
|
||
|
}
|