diff --git a/src/App.vue b/src/App.vue index 357279c3..97a29085 100644 --- a/src/App.vue +++ b/src/App.vue @@ -208,4 +208,8 @@ h2 { .auto .link-secondary { @apply dark:(text-gray-300 hover:(text-gray-400 underline underline-gray-400)); } + +.line { + @apply px-2.5 py-0.25 my-0.45 rounded-xl bg-white; +} diff --git a/src/components/NavBar.vue b/src/components/NavBar.vue index 8888a2e2..8735bc2d 100644 --- a/src/components/NavBar.vue +++ b/src/components/NavBar.vue @@ -26,32 +26,61 @@ @blur="onInputBlur" /> -