8 lines
166 B
SCSS
8 lines
166 B
SCSS
![]() |
image {
|
||
|
-moz-context-properties: fill, fill-opacity;
|
||
|
fill: var(--fill-secondary);
|
||
|
|
||
|
@media (-moz-platform: macos) {
|
||
|
fill: currentColor;
|
||
|
}
|
||
|
}
|