mirror of
https://github.com/fischermoseley/manta.git
synced 2026-09-07 20:35:44 +02:00
move accent color definition
This commit is contained in:
+2
-2
@@ -9,11 +9,10 @@ docs_dir: 'doc'
|
||||
theme:
|
||||
name: material
|
||||
palette:
|
||||
accent: blue
|
||||
|
||||
# Palette toggle for light mode
|
||||
- media: "(prefers-color-scheme: light)"
|
||||
scheme: default
|
||||
accent: blue
|
||||
toggle:
|
||||
icon: material/brightness-7
|
||||
name: Switch to dark mode
|
||||
@@ -21,6 +20,7 @@ theme:
|
||||
# Palette toggle for dark mode
|
||||
- media: "(prefers-color-scheme: dark)"
|
||||
scheme: slate
|
||||
accent: blue
|
||||
toggle:
|
||||
icon: material/brightness-4
|
||||
name: Switch to light mode
|
||||
|
||||
Reference in New Issue
Block a user