From 82935cae9f49107b17d52ef140f449b5086ed281 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lehoczky=20Zolt=C3=A1n?= Date: Fri, 3 Dec 2021 11:23:20 +0100 Subject: [PATCH] =?utf8?q?=F0=9F=90=9BFix=20docs=20light/dark=20theme=20sw?= =?utf8?q?itcher=20(#1)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * 🐛Fix tooltip text for theme switcher * 🔧 Update lightbulb icon Co-authored-by: Sebastián Ramírez --- mkdocs.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 673c2d3c..e5c5cef3 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -8,14 +8,14 @@ theme: primary: deep purple accent: amber toggle: - icon: material/lightbulb-outline - name: Switch to light mode + icon: material/lightbulb + name: Switch to dark mode - scheme: slate primary: deep purple accent: amber toggle: - icon: material/lightbulb - name: Switch to dark mode + icon: material/lightbulb-outline + name: Switch to light mode features: - search.suggest - search.highlight -- 2.47.2