refactor(all): shadcn rewrite

This commit is contained in:
z0x 2025-02-16 18:17:42 -05:00
parent a3c7945750
commit e111bdffb4
34 changed files with 1003 additions and 173 deletions

View file

@ -4,9 +4,11 @@
aria-label="blog"
href="https://blog.z0x.ca"
target="_blank"
class="flex relative justify-center items-center w-12 text-white transition aspect-square hover:text-white/60"
class="flex relative justify-center items-center w-12 transition aspect-square hover:text-muted-foreground"
>
<div class="absolute inset-0 aspect-square h-12 bg-white/10 rounded-md">
<div
class="absolute inset-0 aspect-square h-12 bg-foreground/10 rounded-md"
>
</div>
<svg
xmlns="http://www.w3.org/2000/svg"
@ -31,9 +33,11 @@
aria-label="matrix"
href="https://matrix.to/#/@z0x:z0x.ca"
target="_blank"
class="flex relative justify-center items-center w-12 text-white transition aspect-square hover:text-white/60"
class="flex relative justify-center items-center w-12 transition aspect-square hover:text-muted-foreground"
>
<div class="absolute inset-0 aspect-square h-12 bg-white/10 rounded-md">
<div
class="absolute inset-0 aspect-square h-12 bg-foreground/10 rounded-md"
>
</div>
<svg
xmlns="http://www.w3.org/2000/svg"