diff options
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 |
