Skip to content

Commit

Permalink
Merge pull request #2 from tomsmeding/theme-fixes
Browse files Browse the repository at this point in the history
Theme fixes: footer icons, light-theme code blocks
  • Loading branch information
Kleidukos authored Sep 15, 2024
2 parents cd09cf7 + a693a2e commit 967f1e6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 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 All @@ -22,17 +22,17 @@

$icon-rss: true,
$icon-mail: false,// e-mail
$icon-mastodon: false,
$icon-mastodon: true,
$icon-element: false,
$icon-matrix: false,
$icon-buymeacoffee: false,
$icon-kofi: false,
$icon-twitter: false,
$icon-twitter: true,
$icon-facebook: false,
$icon-linkedin: false,
$icon-codeberg: false,
$icon-gitlab: false,
$icon-github: false,
$icon-github: true,
$icon-github-sponsor: false,
$icon-bitbucket: false,
$icon-python: false,
Expand Down

0 comments on commit 967f1e6

Please sign in to comment.