3 lines
204 B
CSS
3 lines
204 B
CSS
.md-icon span[data-icon="red"] { color: #ff0000 !important; }
|
|
.md-icon span[data-icon="blue"] { color: #3700ff !important; }
|
|
.md-icon span[data-icon="purple"] { color: #f700ff !important; } |