Update the SVG favicon and pseudo-elements dynamically
apr 23, 2023 🔗 Update the SVG favicon and pseudo-elements dynamically I really like the tiny coloured circle, this post explains what I learned from trying to put it in places that require some hacks to have it change colors dynamically. The gradient inside the circle is generated as a background-image css property, and it's a combination of a radial gradient and a linear gradient . I explained this technique in a previous post: A technique for generating beautiful color gradients . The css property is appl
评论
?
参与讨论