summaryrefslogtreecommitdiffstats
path: root/config/_default/params.toml
diff options
context:
space:
mode:
authoranoduck <11767-anoduck@users.noreply.gitgud.io>2024-10-03 16:19:55 -0400
committeranoduck <11767-anoduck@users.noreply.gitgud.io>2024-10-03 16:19:55 -0400
commitea464d91aff87a8e8e7e433dfd2c0e98b8a4dcfc (patch)
treec427a1fcbb6cd161b11a7f3288049f011cc47081 /config/_default/params.toml
parent430153abdcb5cfc965f030e449b414d88964bec1 (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.toml8
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