Skip to content

Commit

Permalink
abridge: Force syntax-mode to "light" because auto doesn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsmeding committed Sep 15, 2024
1 parent 6ce18f1 commit a693a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sass/abridge.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
//$mb: 1200px,// value at which to switch from fluid layout to max-width

$abridgeMode: "switcher",//valid values: switcher, auto, dark, light
$syntax-mode: "auto",// Force syntax mode: auto, dark, light
$syntax-mode: "light",// Force syntax mode: auto, dark, light
$switcherDefault: "light",// default nojs switcher mode: dark, light (make sure to also set js_switcher_default in config.toml)

$color: "orange",// color template to use/override: orange, blue, blueshade
Expand Down

0 comments on commit a693a2e

Please sign in to comment.