Skip to content

Commit

Permalink
docs: remove cookie banner, fix dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
EuleMitKeule committed Dec 5, 2024
1 parent 9a7f373 commit 64baccf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 19 deletions.
19 changes: 4 additions & 15 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@ theme:
repo: fontawesome/brands/github
name: "material"
palette:
- scheme: default
- scheme: slate
media: "(prefers-color-scheme: dark)"
primary: indigo
accent: orange
toggle:
icon: "material/weather-night"
icon: "material/weather-sunny"
name: Switch to light mode

- scheme: slate
- scheme: default
media: "(prefers-color-scheme: light)"
primary: indigo
accent: orange
toggle:
icon: "material/weather-sunny"
icon: "material/weather-night"
name: Switch to dark mode
features:
- navigation.instant
Expand All @@ -41,17 +41,6 @@ theme:

extra:
generator: false
consent:
title: Cookie consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.
actions:
- accept
- manage
- reject
social:
- icon: fontawesome/brands/github
name: View on GitHub
Expand Down
8 changes: 4 additions & 4 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 64baccf

Please sign in to comment.