improve footer accessibility + fix search font
This commit is contained in:
parent
74a18e301d
commit
f5edced908
3 changed files with 11 additions and 6 deletions
|
@ -12,10 +12,10 @@ import gitLogo from "@icons/git-logo.svg?raw";
|
|||
</a>
|
||||
</section>
|
||||
<section class="socials">
|
||||
<a href="https://matrix.to/#/#quickshell:outfoxxed.me" target="_blank">
|
||||
<a href="https://matrix.to/#/#quickshell:outfoxxed.me" target="_blank" aria-label="Join our matrix space">
|
||||
<Fragment set:html={matrixLogo}/>
|
||||
</a>
|
||||
<a href="https://git.outfoxxed.me/outfoxxed/quickshell" target="_blank">
|
||||
<a href="https://git.outfoxxed.me/outfoxxed/quickshell" target="_blank" aria-label="Visit our git server">
|
||||
<Fragment set:html={gitLogo}/>
|
||||
</a>
|
||||
</section>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue