mirror of
https://gitee.com/liuxioabin/fengketrade.git
synced 2026-04-18 13:13:17 +08:00
10 lines
128 B
Plaintext
10 lines
128 B
Plaintext
|
|
// Typography
|
||
|
|
|
||
|
|
.text-emphasis-variant(@color) {
|
||
|
|
color: @color;
|
||
|
|
a&:hover,
|
||
|
|
a&:focus {
|
||
|
|
color: darken(@color, 10%);
|
||
|
|
}
|
||
|
|
}
|