mirror of
https://github.com/andrewgioia/keyrune.git
synced 2024-11-05 08:34:45 +00:00
11 lines
137 B
Plaintext
11 lines
137 B
Plaintext
/**
|
|
* Rarity colors */
|
|
|
|
.common { color: #444; }
|
|
|
|
.uncommon { color: #7795A1; }
|
|
|
|
.rare { color: #A58E4A; }
|
|
|
|
.mythic { color: #A2472A; }
|