| 1 | // Live-update the data-theme attribute when the OS color scheme changes. |
| 2 | // The initial value is set synchronously by the inline <head> script. |
| 3 | (function () { |
| 4 | const mql = window.matchMedia('(prefers-color-scheme: light)'); |
nothing calls this directly
no test coverage detected