mirror of
https://github.com/getmarkus/astro-tailwind-mambaui-template.git
synced 2025-04-20 05:51:54 +02:00
fix primary link highlight
This commit is contained in:
parent
e683e81e22
commit
ac1235ab3b
2 changed files with 3 additions and 3 deletions
2
dist/index.html
vendored
2
dist/index.html
vendored
File diff suppressed because one or more lines are too long
|
@ -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">
|
||||||
|
|
Loading…
Add table
Reference in a new issue