mirror of
https://github.com/andrewgioia/mana.git
synced 2024-11-01 07:54:47 +00:00
6 lines
168 B
Plaintext
6 lines
168 B
Plaintext
// evergreen ability coloring
|
|
.@{ms-prefix}-evergreen {
|
|
background: @ms-ability-grad;
|
|
-webkit-background-clip: text;
|
|
-webkit-text-fill-color: transparent;
|
|
} |