techhub.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A hub primarily for passionate technologists, but everyone is welcome

Administered by:

Server stats:

4.8K
active users

#css

107 posts96 participants9 posts today

I was trying to make an SVG icon invert in dark mode, but since CSS likes the SVG code to be embedded in the HTML (not linked in an <img> tag) it turned out to be easier to just apply a CSS filter under @media (prefers-color-scheme: dark). This only works with black and white icons.

#CSS#UI#SVG