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