From: Pankaj Kumar <76695979+pankaj1707k@users.noreply.github.com> Date: Thu, 22 Jun 2023 17:01:28 +0000 (+0530) Subject: ✏️ Fix tooltips for light/dark theme toggler in docs (#9588) X-Git-Tag: 0.98.0~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d82700c96dc49d81682877cf2438f75cd452d213;p=thirdparty%2Ffastapi%2Ffastapi.git ✏️ Fix tooltips for light/dark theme toggler in docs (#9588) --- diff --git a/docs/en/mkdocs.yml b/docs/en/mkdocs.yml index b7cefee53e..73df174d19 100644 --- a/docs/en/mkdocs.yml +++ b/docs/en/mkdocs.yml @@ -11,14 +11,14 @@ theme: accent: amber toggle: icon: material/lightbulb - name: Switch to light mode + name: Switch to dark mode - media: '(prefers-color-scheme: dark)' scheme: slate primary: teal accent: amber toggle: icon: material/lightbulb-outline - name: Switch to dark mode + name: Switch to light mode features: - search.suggest - search.highlight