mirror of
https://github.com/kognise/water.css.git
synced 2025-12-06 06:44:58 +01:00
docs: correctly document default theme as "light"
This commit is contained in:
parent
3a3762ff9e
commit
aff527a791
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = `
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue