diff --git a/ui/general.md b/ui/general.md index 372038d..7256ee4 100644 --- a/ui/general.md +++ b/ui/general.md @@ -4,4 +4,6 @@ Some users prefer to use the darkmode of a website. Unfortunately due to the way Windows settings work it is no longer feasible to automatically provide the dark mode based on these settings. However, you may enable dark mode by adding `&darkmode` or `?darkmode` at the end of the url. -> Dark mode is only experimental and we recommend useres to use the default theme \ No newline at end of file +> Dark mode is only experimental and we recommend useres to use the default theme + +![Darkmode](User-Guide/ui/img/darkmode.png) \ No newline at end of file diff --git a/ui/img/darkmode.png b/ui/img/darkmode.png new file mode 100644 index 0000000..3e012f4 Binary files /dev/null and b/ui/img/darkmode.png differ