big style hover updates

This commit is contained in:
Daniel Fichtinger 2025-07-15 18:33:36 -04:00
parent 247afd377a
commit cefa2f773e
3 changed files with 84 additions and 54 deletions

View file

@ -1,6 +1,6 @@
<ul>
<!-- TODO: make the template write the site name-->
<li><a class="site-logo" href="/">ficd.sh</a></li>
<li><a class="site-logo hover-symbol" href="/">ficd.sh</a></li>
{% for name, url in site_map.items() %}
<li><a href="{{ url }}">{{ name }}</a></li>
{% endfor %}