diff --git a/assets/css/tailwind.css b/assets/css/tailwind.css index e3e1512..b9855d6 100644 --- a/assets/css/tailwind.css +++ b/assets/css/tailwind.css @@ -171,3 +171,7 @@ button:focus .parent-focus\:hidden, button:active .parent-focus\:hidden { display: none; } + +.target\:visible:target { + display: block; +} diff --git a/components/navbar.vue b/components/navbar.vue index 5493020..0d09cba 100644 --- a/components/navbar.vue +++ b/components/navbar.vue @@ -8,8 +8,14 @@
- - + {{ item.label }} + +
+