Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import 'td/code-dark';
8 changes: 6 additions & 2 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ enableMissingTranslationPlaceholders = true
unsafe= true
[markup.highlight]

# See a complete list of available styles at https://xyproto.github.io/splash/docs/all.html
# Setting no default style; allows style to auto adjust between light and dark default markdown themes

style = "tango"
noClasses = false

# Uncomment if you want your chosen highlight style used for code blocks without a specified language

Expand Down Expand Up @@ -124,6 +124,10 @@ offlineSearchMaxResults = 10

[params.ui]

# Enable Visibility of Light/Dark Mode Toggle

showLightDarkModeMenu = true

# Enable to show the side bar menu in its compact state.

sidebar_menu_compact = true
Expand Down
Loading