@media (forced-colors: active) {
svg {
fill: CanvasText;
}
a svg {
fill: LinkText;
}
}
Collecting some frontend related notes, thoughts, bookmarks and tips.
@media (forced-colors: active) {
svg {
fill: CanvasText;
}
a svg {
fill: LinkText;
}
}
SVG Crop: https://svgcrop.com
If you want to use an inline SVG in a CSS file: https://yoksel.github.io/url-encoder/