diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 0038466..e52fa6e 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -8,4 +8,10 @@ article { width: 100%; +} + +[data-md-color-scheme="slate"] { + --md-primary-fg-color: #2e303e; + --md-accent-fg-color: #00bda4; + --md-typeset-a-color: #526cfe; } \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index c68b4c0..04857c3 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -22,16 +22,16 @@ theme: primary: white accent: red toggle: - icon: material/weather-sunny + icon: material/toggle-switch name: Switch to dark mode # Palette toggle for dark mode - media: "(prefers-color-scheme: dark)" scheme: slate - primary: dark-blue + primary: custom accent: white toggle: - icon: material/weather-night + icon: material/toggle-switch-off-outline name: Switch to light mode favicon: 'favicon.svg' icon: