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 47bcd1e commit 5e80b00Copy full SHA for 5e80b00
src/components/Header.astro
@@ -15,10 +15,10 @@ import DownloadButton from "./ui/DownloadButton.astro";
15
<ul
16
class="text-prism-text-light dark:text-prism-text-dark flex items-center gap-4 font-medium"
17
>
18
- <li><a href="/news">News</a></li>
19
- <li><a href="/about">About</a></li>
20
- <li><a href="/wiki">Wiki</a></li>
21
- <li><a href="/#get-involved">Community</a></li>
+ <li><a class="hover:underline" href="/news">News</a></li>
+ <li><a class="hover:underline" href="/about">About</a></li>
+ <li><a class="hover:underline" href="/wiki">Wiki</a></li>
+ <li><a class="hover:underline" href="/#get-involved">Community</a></li>
22
</ul>
23
</nav>
24
</div>
0 commit comments