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
We can reduce the size of our CSS file by using prefers-colour-scheme within a single SVG file to provide dark mode support - instead of the two separate files we currently use. This will reduce the CSS file size by ~12kb.
I have now amended the SVG files in our branding repo to support this approach.
Unfortunately, can't put it into production yet as Safari doesn't support prefers-colour-scheme in embedded SVG files (all other major browsers work as expected).
philwareham
changed the title
Use prefers-colour-scheme within SVGs when Safari finally supports it
Use prefers-colour-schem within SVGs when Safari supports it
Apr 20, 2021
philwareham
changed the title
Use prefers-colour-schem within SVGs when Safari supports it
Use prefers-colour-scheme within SVGs when Safari supports it
Apr 20, 2021
We can reduce the size of our CSS file by using
prefers-colour-scheme
within a single SVG file to provide dark mode support - instead of the two separate files we currently use. This will reduce the CSS file size by ~12kb.I have now amended the SVG files in our branding repo to support this approach.
Unfortunately, can't put it into production yet as Safari doesn't support
prefers-colour-scheme
in embedded SVG files (all other major browsers work as expected).Safari bug tracker
The text was updated successfully, but these errors were encountered: