Skip to content
Snippets Groups Projects
Verified Commit 80da60c7 authored by orestis.malaspin's avatar orestis.malaspin
Browse files

updated theme default

parent 9ca5f761
Branches
No related tags found
No related merge requests found
Pipeline #30314 passed
......@@ -187,7 +187,7 @@ js_copycode = true # The copy button on code blocks that allows you to copy them
js_email_encode = true # obfuscates email address in footer
js_prestyle = true # used to preload: FontAwesome, Katex, external Google Fonts
js_switcher = true # The button that allows manually changing between light/dark mode.
js_switcher_default = "dark" # default nojs switcher mode: dark, light (make sure to also set $switcherDefault in abridge.scss)
js_switcher_default = "light" # default nojs switcher mode: dark, light (make sure to also set $switcherDefault in abridge.scss)
search_library = 'elasticlunr'
stylesheets = ["abridge.css"]
......
......@@ -7,9 +7,9 @@
$mw: 85%, // max-width
//$mb: 1200px,// value at which to switch from fluid layout to max-width
$abridgeMode: "light", //valid values: switcher, auto, dark, light
$abridgeMode: "switcher", //valid values: switcher, auto, dark, light
$syntax-mode: "light", // Force syntax mode: auto, dark, light
$switcherDefault: "dark", // default nojs switcher mode: dark, light (make sure to also set js_switcher_default in config.toml)
$switcherDefault: "light", // default nojs switcher mode: dark, light (make sure to also set js_switcher_default in config.toml)
$color: "blueshade", // color template to use/override: orange, blue, blueshade
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment