-
The CSS
currentColorkeyword (developer.mozilla.org/en-US/docs/Web/CSS/color_value#currentColor_keyword) is great for supporting dark mode with inline SVGs: dark-mode-currentcolor.glitch.me/. 🌒 My immediate thought was: "Why's there no correspondingcurrentBackgroundColor?" 🤔 The @csswg's answer is here: github.com/w3c/csswg-drafts/issues/364#issuecomment-237319971 💡