mirror of
https://github.com/netz39/www.netz39.de.git
synced 2025-01-31 09:33:18 +01:00
Add a class to the space status image
This commit is contained in:
parent
1ef0ed7b3c
commit
d4e2974f79
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
|||
<a aria-label="pull" id="pull" class="toggle" href="#">
|
||||
<i class="fas fa-bars fa-lg"></i>
|
||||
</a>
|
||||
|
||||
|
||||
<!-- Menu -->
|
||||
<ul class="hide">
|
||||
{% assign name_page = "" %}
|
||||
|
@ -40,7 +40,7 @@
|
|||
<li><a id="theme-toggle" title="{{ page.title }} " aria-label="{{ page.title }}" onclick="themeToggle()"></a></li>
|
||||
{% endif %}
|
||||
<!-- Spacestatus -->
|
||||
<li><a href="https://www.netz39.de/status/"><img alt="status" src="https://spaceapi.n39.eu/state.png"></a></li>
|
||||
<li><a href="https://www.netz39.de/status/"><img alt="status" src="https://spaceapi.n39.eu/state.png" class="spacestatus"></a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
|
|
Loading…
Add table
Reference in a new issue