From 80da60c7f614da542508023af32ec8ef3e682c0e Mon Sep 17 00:00:00 2001 From: Orestis <orestis.malaspinas@pm.me> Date: Thu, 14 Mar 2024 19:35:24 +0100 Subject: [PATCH] updated theme default --- lattice-boltzmann.com/config.toml | 2 +- lattice-boltzmann.com/sass/abridge.scss | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lattice-boltzmann.com/config.toml b/lattice-boltzmann.com/config.toml index 320f8f8..4a9408d 100644 --- a/lattice-boltzmann.com/config.toml +++ b/lattice-boltzmann.com/config.toml @@ -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"] diff --git a/lattice-boltzmann.com/sass/abridge.scss b/lattice-boltzmann.com/sass/abridge.scss index 0fd6617..6a8ae79 100644 --- a/lattice-boltzmann.com/sass/abridge.scss +++ b/lattice-boltzmann.com/sass/abridge.scss @@ -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 -- GitLab