We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53c205a commit c2cac2aCopy full SHA for c2cac2a
src/components/TopNav.astro
@@ -22,7 +22,7 @@ const menuItems: MenuItem[] = [
22
];
23
---
24
25
-<nav transition:name="header" class="w-full flex flex-row justify-between border border-bright/50 rounded-full sticky top-4 px-5 py-3 gap-9 z-40 backdrop-blur-[2px]">
+<nav transition:name="header" class="w-full flex flex-row justify-between border border-bright/25 rounded-full sticky top-4 px-5 py-3 gap-9 z-40 backdrop-blur-[2px]">
26
<div class="flex flex-row items-center">
27
<div class="rounded-full w-10 h-10 bg-[url(/images/anvy_profile.png)] bg-center bg-cover"/>
28
<div class="ml-4">
0 commit comments