Fix invisible selected menu item

A light background with white primary font makes the selected menu entry
unreadable.
This commit is contained in:
Florian Preinstorfer
2026-03-29 16:41:46 +02:00
committed by nblock
parent 835db974b5
commit 44600550c6

View File

@@ -1,7 +1,7 @@
---
site_name: Headscale
site_url: https://juanfont.github.io/headscale/
edit_uri: blob/main/docs/ # Change the master branch to main as we are using main as a main branch
edit_uri: blob/main/docs/
site_author: Headscale authors
site_description: >-
An open source, self-hosted implementation of the Tailscale control server.
@@ -47,7 +47,6 @@ theme:
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: white
toggle:
icon: material/brightness-7
name: Switch to dark mode