feat: respect system theme for the website

instead of default being dark, use the system settings
reported there https://github.com/containers/podman-desktop/issues/2380#issue-1699876631

Change-Id: Ic300f87ec1cec789525821da9e92db6e4a4f0af0
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
This commit is contained in:
Florent Benoit 2023-05-09 09:27:06 +02:00 committed by Florent BENOIT
parent 57c064dfc7
commit 666aa5674b

View file

@ -61,7 +61,7 @@ const config = {
colorMode: {
defaultMode: 'dark',
disableSwitch: false,
respectPrefersColorScheme: false,
respectPrefersColorScheme: true,
},
docs: {
sidebar: {