tomayac’s avatartomayac’s Twitter Archive—№ 12,660

    1. …in reply to @cssinate
      @cssinate @chriscoyier @css Thanks, this is a known “issue”. As <meta name="color-scheme"> (that switches the UA stylesheet to dark mode compatible, see medium.com/dev-channel/what-does-dark-modes-supported-color-schemes-actually-do-69c2eacdfa1d) is only supported on Safari, I need to restyle the form elements by hand (github.com/GoogleChromeLabs/dark-mode-toggle/blob/ea85af195b135b31fad1a6f68004efb2cb6a2d66/demo/dark.css#L32),which we know isn’t fun… 🤷‍♂️
  1. …in reply to @tomayac
    @cssinate @chriscoyier @css Some of the form element borders are slightly different as a consequence, as I only style dark mode and leave light mode as the UA styles it (github.com/GoogleChromeLabs/dark-mode-toggle/blob/master/demo/light.css). This could easily be fixed (just didn’t get to it yet).