Sjmarf@sh.itjust.works to Programmer Humor@programming.dev · 1 year agoWhat a stupid guysh.itjust.worksimagemessage-square72linkfedilinkarrow-up1836arrow-down118
arrow-up1818arrow-down1imageWhat a stupid guysh.itjust.worksSjmarf@sh.itjust.works to Programmer Humor@programming.dev · 1 year agomessage-square72linkfedilink
minus-squareRain World: Slugcat Game@lemmy.worldcakelinkfedilinkarrow-up11arrow-down1·1 year agotip: add this to your html for it to automatically follow browser settings for dark mode: `` another tip: in firefox, go to about:preferences > general > fonts > advanced > proportional > sans serif
minus-squareLemminary@lemmy.worldlinkfedilinkarrow-up9·1 year agoThe color-scheme meta tag is only fully supported on Safari. https://caniuse.com/meta-theme-color
minus-squareRain World: Slugcat Game@lemmy.worldcakelinkfedilinkarrow-up1·11 months agothat is theme-color (accent color for browser ui), not color-scheme. color-scheme is supported more, see compatibility table for meta color-scheme
tip: add this to your html for it to automatically follow browser settings for dark mode: ``
another tip: in firefox, go to about:preferences > general > fonts > advanced > proportional > sans serif
The
color-scheme
meta tag is only fully supported on Safari.https://caniuse.com/meta-theme-color
that is theme-color (accent color for browser ui), not color-scheme. color-scheme is supported more, see compatibility table for meta color-scheme