diff options
| author | anoduck <11767-anoduck@users.noreply.gitgud.io> | 2024-10-03 16:19:55 -0400 |
|---|---|---|
| committer | anoduck <11767-anoduck@users.noreply.gitgud.io> | 2024-10-03 16:19:55 -0400 |
| commit | ea464d91aff87a8e8e7e433dfd2c0e98b8a4dcfc (patch) | |
| tree | c427a1fcbb6cd161b11a7f3288049f011cc47081 /config/_default/params.toml | |
| parent | 430153abdcb5cfc965f030e449b414d88964bec1 (diff) | |
fix: ๐ broken dropdown menus
Mod-countup caused dropdown menus to break and lose functionality.
BREAKING CHANGE: ๐งจ mod-countup removed from site
โ
Closes: #12
Diffstat (limited to 'config/_default/params.toml')
| -rw-r--r-- | config/_default/params.toml | 8 |
1 files changed, 4 insertions, 4 deletions
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 |
