From 44600550c6ccd477ba70048c18c821a05ea083af Mon Sep 17 00:00:00 2001 From: Florian Preinstorfer Date: Sun, 29 Mar 2026 16:41:46 +0200 Subject: [PATCH] Fix invisible selected menu item A light background with white primary font makes the selected menu entry unreadable. --- mkdocs.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index ffaa43b3..5fda9780 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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