From 20771947416d2bd29a0481f69dd0f489c70e1b22 Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Sun, 6 Oct 2024 23:28:11 +0300 Subject: [PATCH] Fix theme configuration --- config/_default/params.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config/_default/params.toml b/config/_default/params.toml index 811c3d0..7b61a14 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -23,9 +23,7 @@ languageCode = "en" countryCode = "us" [features.theme] -light = true -dark = true -defaultTheme = "system" +enable = true [features.copyCodeButton] enable = true