tomayac’s avatartomayac’s Twitter Archive—№ 14,196

  1. …in reply to @undefined
    @thegreengreek Thanks 😊. The switching happens by changing the media attribute of the <link rel="stylesheet" href="foo.css" media="(prefers-color-scheme: dark)">, see github.com/GoogleChromeLabs/dark-mode-toggle/blob/3fded60318f5ee52311865a862c681955befa3b7/src/dark-mode-toggle.mjs#L295. It also emits an event (search the code for “COLOR_SCHEME_CHANGE”). Hope this helps. Else: ask. 😃