️chore(theme-switcher): show tooltip when hovering over icon

This commit is contained in:
welpo
2023-08-25 01:53:24 +02:00
parent 09410e32bc
commit 36a9bac765

View File

@@ -65,7 +65,7 @@
{# Theme switcher #}
{%- if config.extra.theme_switcher and config.extra.theme_switcher == true -%}
<li class="theme-switcher-wrapper js">
<div class="theme-switcher"></div>
<div class="theme-switcher" title="Toggle dark/light theme"></div>
</li>
{%- endif -%}
</ul>