From 0e4a30b05f8c99e9c67342e18d1a984aab2c53fe Mon Sep 17 00:00:00 2001 From: Lehoczky Date: Tue, 24 Aug 2021 17:14:38 +0200 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=90=9BFix=20tooltip=20text=20for=20th?= =?UTF-8?q?eme=20switcher?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mkdocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 5ebc361083..38e612b79e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -9,13 +9,13 @@ theme: accent: amber toggle: icon: material/lightbulb-outline - name: Switch to light mode + name: Switch to dark mode - scheme: slate primary: deep purple accent: amber toggle: icon: material/lightbulb - name: Switch to dark mode + name: Switch to light mode features: - search.suggest - search.highlight From bce07dcda6948d77a86b24ef540e87cad16662e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Fri, 3 Dec 2021 11:20:59 +0100 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=94=A7=20Update=20lightbulb=20icon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mkdocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 38e612b79e..1a53c9d42f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -8,13 +8,13 @@ theme: primary: deep purple accent: amber toggle: - icon: material/lightbulb-outline + icon: material/lightbulb name: Switch to dark mode - scheme: slate primary: deep purple accent: amber toggle: - icon: material/lightbulb + icon: material/lightbulb-outline name: Switch to light mode features: - search.suggest