Fix invisible selected menu item
A light background with white primary font makes the selected menu entry unreadable.
This commit is contained in:
parent
835db974b5
commit
44600550c6
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
site_name: Headscale
|
site_name: Headscale
|
||||||
site_url: https://juanfont.github.io/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_author: Headscale authors
|
||||||
site_description: >-
|
site_description: >-
|
||||||
An open source, self-hosted implementation of the Tailscale control server.
|
An open source, self-hosted implementation of the Tailscale control server.
|
||||||
@ -47,7 +47,6 @@ theme:
|
|||||||
name: Switch to light mode
|
name: Switch to light mode
|
||||||
- media: "(prefers-color-scheme: light)"
|
- media: "(prefers-color-scheme: light)"
|
||||||
scheme: default
|
scheme: default
|
||||||
primary: white
|
|
||||||
toggle:
|
toggle:
|
||||||
icon: material/brightness-7
|
icon: material/brightness-7
|
||||||
name: Switch to dark mode
|
name: Switch to dark mode
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user