1
0
mirror of https://github.com/kognise/water.css.git synced 2025-08-11 15:45:15 +02:00

docs: correctly document default theme as "light"

This commit is contained in:
Jonas Kuske
2020-05-30 02:46:17 +02:00
parent 3a3762ff9e
commit aff527a791

View File

@@ -41,7 +41,7 @@ const updateTheme = () => {
if (theme === 'auto') {
table.theme.innerHTML = `
Defaults to dark, but respects user-defined theme settings.<br>
Defaults to light, but respects user-defined theme settings.<br>
(detected via <a style="--links: var(--code)" href="https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme" target="_blank" rel="noopener"><code>prefers-color-scheme</code></a>)
`
table.browserSupport.innerHTML = `