mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-05-23 17:58:22 +00:00
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:
parent
57c064dfc7
commit
666aa5674b
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ const config = {
|
|||
colorMode: {
|
||||
defaultMode: 'dark',
|
||||
disableSwitch: false,
|
||||
respectPrefersColorScheme: false,
|
||||
respectPrefersColorScheme: true,
|
||||
},
|
||||
docs: {
|
||||
sidebar: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue