Add detection for light/dark mode

This commit is contained in:
Mike Solomon
2024-10-24 09:54:29 -07:00
parent 22bb0391df
commit 765e2c873d

View File

@@ -59,6 +59,9 @@ const config: Config = {
backgroundColor: "#555555",
textColor: "#E3F2FD",
},
colorMode: {
respectPrefersColorScheme: true,
},
navbar: {
logo: {
alt: 'Moderne Logo Logo',