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

main
welpo 2 years ago
parent 09410e32bc
commit 36a9bac765
No known key found for this signature in database
GPG Key ID: A2F978CF4EC1F5A6

@ -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>

Loading…
Cancel
Save