fix primary link highlight

This commit is contained in:
Chris Markus 2023-11-29 14:47:50 -05:00
parent e683e81e22
commit ac1235ab3b
2 changed files with 3 additions and 3 deletions

2
dist/index.html vendored

File diff suppressed because one or more lines are too long

View file

@ -16,13 +16,13 @@
<div class="container flex justify-between h-16 mx-auto md:justify-center md:space-x-8"> <div class="container flex justify-between h-16 mx-auto md:justify-center md:space-x-8">
<ul class="items-stretch hidden space-x-3 md:flex"> <ul class="items-stretch hidden space-x-3 md:flex">
<li class="flex"> <li class="flex">
<a rel="noopener noreferrer" href="/astro-tailwind-mambaui-template" class="flex items-center px-4 -mb-1 border-b-2 border-transparent">Business Layout 1</a> <a rel="noopener noreferrer" href="/astro-tailwind-mambaui-template" class="flex items-center px-4 -mb-1 border-b-2 border-transparent text-violet-400 border-violet-400">Business Layout 1</a>
</li> </li>
<li class="flex"> <li class="flex">
<a rel="noopener noreferrer" href="/astro-tailwind-mambaui-template/business_layout2" class="flex items-center px-4 -mb-1 border-b-2 border-transparent">Business Layout 2</a> <a rel="noopener noreferrer" href="/astro-tailwind-mambaui-template/business_layout2" class="flex items-center px-4 -mb-1 border-b-2 border-transparent">Business Layout 2</a>
</li> </li>
<li class="flex"> <li class="flex">
<a rel="noopener noreferrer" href="/astro-tailwind-mambaui-template/portfolio_layout1" class="flex items-center px-4 -mb-1 border-b-2 border-transparent text-violet-400 border-violet-400">Portfolio Layout 1</a> <a rel="noopener noreferrer" href="/astro-tailwind-mambaui-template/portfolio_layout1" class="flex items-center px-4 -mb-1 border-b-2 border-transparent">Portfolio Layout 1</a>
</li> </li>
</ul> </ul>
<a rel="noopener noreferrer" href="#" aria-label="Back to homepage" class="flex items-center p-2"> <a rel="noopener noreferrer" href="#" aria-label="Back to homepage" class="flex items-center p-2">