made progressive enhancement less bad

This commit is contained in:
Pagwin 2025-02-12 10:18:06 -05:00
parent 3f67964da2
commit 3ebcb14e06
No known key found for this signature in database
GPG key ID: 81137023740CA260

View file

@ -26,13 +26,13 @@
<header id="header" role="menubar">
<div class="left">
<a class="obj-wrapper" rel="prefetch" href="/" role="menuitem"><object aria-label="Home" tabindex="-1"
class="icon svg" data="/static/images/house.svg">
class="icon svg" data="/static/images/house.svg" width="10" height="10">
<a href="/" class="nav-link" aria-hidden="true" tabindex="-1">Home</a>
</object></a>
</div>
<div class="right">
<a class="obj-wrapper" role="menuitem" href="/index.xml"> <object aria-label="Web Feed" tabindex="-1"
class="icon svg" data="/static/images/rss.svg">
class="icon svg" data="/static/images/rss.svg" width="10" height="10">
<a href="/index.xml" class="nav-link" aria-hidden="true" tabindex="-1">Web Feed</a>
</object>
</a>
@ -50,8 +50,8 @@
<div class="socials">
<a class="obj-wrapper" aria-label="Github" href="https://github.com/Pagwin-Fedora"><object aria-label="true"
tabindex="-1" class="icon svg small" data="/static/images/github.svg">
<a href="https://github.com/Pagwin-Fedora" class="nav-link" aria-hidden="true"
tabindex="-1">Github</a>
<a href="https://github.com/Pagwin-Fedora" class="nav-link" aria-hidden="true" tabindex="-1"
width="10" height="10">Github</a>
</object></a>
</div>
</footer>