mirror of
https://github.com/netz39/www.netz39.de.git
synced 2025-01-18 20:10:12 +01:00
Fix theme toggle button label
Use pointer cursor when hovering over theme toggle button
This commit is contained in:
parent
75698ff819
commit
6ac464f584
2 changed files with 6 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
|||
|
||||
{% if site.color_theme == 'auto' %}
|
||||
<li class="separator"> | </li>
|
||||
<li><a id="theme-toggle" title="{{ page.title }} " aria-label="{{ page.title }}" onclick="themeToggle()"></a></li>
|
||||
<li><a id="theme-toggle" title="Theme wechseln" aria-label="Theme wechseln" onclick="themeToggle()"></a></li>
|
||||
{% endif %}
|
||||
<!-- Spacestatus -->
|
||||
<li><a href="https://www.netz39.de/status/"><img alt="status" src="https://spaceapi.n39.eu/state.png" class="spacestatus"></a></li>
|
||||
|
|
|
@ -282,3 +282,8 @@ details {
|
|||
}
|
||||
}
|
||||
|
||||
// Theme toggle button
|
||||
#theme-toggle {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue