Skip to content

Commit 58b427e

Browse files
committed
made text more visible
1 parent d845aab commit 58b427e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

frontend/components/Header.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export default function Header() {
4848
return (
4949
<Link key={item.name} href={item.link}>
5050
<a
51-
className=" text-sm font-semibold text-white hover:text-white transition duration-150"
51+
className="inline-flex items-center px-4 py-1 border border-white shadow-sm text-sm font-semibold rounded-full text-white bg-blur hover:opacity-80 transition duration-150"
5252
>
5353
{item.name}
5454
</a>
@@ -59,7 +59,7 @@ export default function Header() {
5959
<a
6060
key={item.name}
6161
href={item.href}
62-
className="text-sm font-bold text-white hover:text-white transition duration-150"
62+
className="inline-flex items-center px-4 py-1 border border-white shadow-sm text-sm font-semibold rounded-full text-white bg-blur hover:opacity-80 transition duration-150"
6363
target={item.target}
6464
>
6565
{item.name}

0 commit comments

Comments
 (0)