From 7e4f661897858f78c795518f1bcef056ae4b4aa4 Mon Sep 17 00:00:00 2001 From: "Usman S. (Max Programming)" <51731966+max-programming@users.noreply.github.com> Date: Sun, 22 Jun 2025 14:24:17 +0530 Subject: [PATCH] Set default theme to be system and show dark/light mode toggle --- docs.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs.json b/docs.json index d4d5c1a..c19429f 100644 --- a/docs.json +++ b/docs.json @@ -8,8 +8,8 @@ "dark": "#7C3EFF" }, "appearance": { - "default": "light", - "strict": true + "default": "system", + "strict": false }, "favicon": "/favicon.png", "navigation": {