You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to set the snowflakes' color using CSS custom properties (var(--my-custom-property)) to make it easier to account for light and dark modes, but this seems not to currently work.
This isn't necessarily related to #35, as a possible fix might be inlining the SVG images into the DOM instead of using them as a background-image.
The text was updated successfully, but these errors were encountered:
Inline SVG for snowflakes increases the number of nodes, may lead to a decrease in performance, there may be a lot of snowflakes on the page. I will try to close issue #35
I'm trying to set the snowflakes' color using CSS custom properties (
var(--my-custom-property)
) to make it easier to account for light and dark modes, but this seems not to currently work.This isn't necessarily related to #35, as a possible fix might be inlining the SVG images into the DOM instead of using them as a
background-image
.The text was updated successfully, but these errors were encountered: