mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-16 15:33:02 +01: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%);
|
||
|
}
|
||
|
}
|