Skip to content

Commit a693a2e

Browse files
committed
abridge: Force syntax-mode to "light" because auto doesn't work
1 parent 6ce18f1 commit a693a2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sass/abridge.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
//$mb: 1200px,// value at which to switch from fluid layout to max-width
1010

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

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

0 commit comments

Comments
 (0)