I am currently working on a website that has the option to switch between light and dark mode, and I need my logo to adjust accordingly. The black elements of my logo should appear black in dark mode and light in light mode. I attempted using the CSS code
svg { fill:="currentColor"}
, but it caused the black elements of the logo to disappear completely instead of changing color. Is there another way to achieve this without converting the svg to a font and embedding it into the site?