tomayac’s avatartomayac’s Twitter Archive—№ 16,526

  1. …in reply to @aadmathijssen
    @aadmathijssen For a more immersive experience, try adding :root { color-scheme: dark light to the CSS. On latest browsers, this also turns scrollbars etc. dark. More info: web.dev/color-scheme/ and web.dev/prefers-color-scheme/. Also see the referenced toggle demo that solves the favicon issue.
    1. …in reply to @tomayac
      @aadmathijssen :root { color-scheme: dark light ; } (Forgot to close the parentheses.)