5 lines
65 B
CSS
5 lines
65 B
CSS
|
.svg-black-white {
|
||
|
fill: var(--text);
|
||
|
stroke: var(--text);
|
||
|
}
|