From ea464d91aff87a8e8e7e433dfd2c0e98b8a4dcfc Mon Sep 17 00:00:00 2001 From: anoduck <11767-anoduck@users.noreply.gitgud.io> Date: Thu, 3 Oct 2024 16:19:55 -0400 Subject: =?UTF-8?q?fix:=20=F0=9F=90=9B=20broken=20dropdown=20menus?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Mod-countup caused dropdown menus to break and lose functionality. BREAKING CHANGE: 🧨 mod-countup removed from site ✅ Closes: #12 --- config/_default/params.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'config/_default/params.toml') diff --git a/config/_default/params.toml b/config/_default/params.toml index b8e4bc1..162a39f 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -13,7 +13,7 @@ cue = false tab = true [main.build] - transpiler = "dartsass" + transpiler = "libsass" [messages] placement = "bottom-right" @@ -35,8 +35,8 @@ style = "gradient-featured" [home.feature] orientation = "stacked" - # Setting below will overwrite gradient feature. - # color = "" + # Setting below or commenting it out will overwrite gradient feature. + color = "" width = 6 align = "start" @@ -44,7 +44,7 @@ anchor = true logo = "logo.svg" color = "body" - # style = "dark" + style = "" fixed = true offset = "5.5rem" search = true -- cgit v1.2.3