diff --git a/exampleSite/content/features/dark-mode/_index.md b/exampleSite/content/features/dark-mode/_index.md index d40b78e..1b6daf4 100644 --- a/exampleSite/content/features/dark-mode/_index.md +++ b/exampleSite/content/features/dark-mode/_index.md @@ -10,4 +10,4 @@ The dark mode can be used in two different ways. If you have JavaScript disabled The second mode requires JavaScript and is controlled by a dark mode switch in the upper right corner. You can switch between three modes: Auto, Dark and Light. Auto mode works the same as the first method mentioned above and automatically detects the system setting. Dark and Light modes allow you to force one of them for your Geekdoc page only, regardless of the system setting. This works even if your browser or operating system does not support the system setting. The current selection is stored locally via the Web Storage API. -To avoid very bright spots often caused by images while using the dark mode we have added an optional auto-dim feature that can be enabled with the side parameter `geekdocDarkModeDim` (see [Configuration](/usage/configuration/)). As this may have an impact on the quality of the images it is disabled by default. +To avoid very bright spots often caused by images while using the dark mode we have added an optional auto-dim feature that can be enabled with the site parameter `geekdocDarkModeDim` (see [Configuration](/usage/configuration/)). As this may have an impact on the quality of the images it is disabled by default.