Quark's default logo -- grav-logo.svg -- gets embedded into the final HTML file produced and, as a result, can be influenced and changed through custom.css styes.
When one uploads a custom SVG logo, however, that file instead gets referenced as an image file (<img src="customlogo.svg">) which is NOT customizable by CSS in the custom.css file (based on current working knowledge and experience).
I seek this customization because I want the logo to be able to switch back and forth between a dark version against a white background (my default) into a light version that can exist well on top of hero-enabled pages with header transparency that use dark images.
I hope I described the issue well and look forward to any tips you might have.
RB