diff --git a/docs/usage/index.html b/docs/usage/index.html index 845ae007..566ae68a 100644 --- a/docs/usage/index.html +++ b/docs/usage/index.html @@ -8,9 +8,6 @@ body { font: var(--page-typography-p-standard); background: var(--page-color-standard-bg-default); - } - - * { color: var(--page-color-standard-text-default); } @@ -66,6 +63,12 @@ color-scheme: light dark; /* Device preference by default */ } + .mode-light, + .mode-dark { + background: var(--page-color-standard-bg-default); + color: var(--page-color-standard-text-default); + } + .mode-light { color-scheme: only light; } @@ -80,7 +83,7 @@ } } - .inverted * { + .inverted { color: var(--page-color-inverse-text-default); } @@ -106,7 +109,9 @@

Light/dark mode demonstration

User selection

This section will change based on user preference.

- +