feat(web): add skip link to top navigation (#7091)

* feat(web): add skip link to top nav

* Styling skip link with tailwind
This commit is contained in:
Ben Basten
2024-02-18 03:34:27 +00:00
committed by GitHub
parent 70e5febb72
commit 9c1dd373a5
5 changed files with 33 additions and 0 deletions

View File

@@ -66,6 +66,8 @@
{disabled}
{title}
on:click
on:focus
on:blur
class="{className} inline-flex items-center justify-center transition-colors disabled:cursor-not-allowed disabled:opacity-60 {colorClasses[
color
]} {sizeClasses[size]}"