mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-11 11:34:26 +00:00
10 lines
127 B
Plaintext
Executable File
10 lines
127 B
Plaintext
Executable File
// Typography
|
|
|
|
.text-emphasis-variant(@color) {
|
|
color: @color;
|
|
a&:hover,
|
|
a&:focus {
|
|
color: darken(@color, 5%);
|
|
}
|
|
}
|