This commit is contained in:
Laker Turner 2025-03-30 21:34:00 +01:00
parent f0b541cfdc
commit 6972a40092
No known key found for this signature in database
3 changed files with 10 additions and 6 deletions

View file

@ -36,7 +36,7 @@ const headerLinks = [
<nav class="flex flex-row gap-4">
{
headerLinks.map((link) => (
<span class="block bg-light-pu dark:bg-dark-pu text-black py-2 px-3 rounded-2xl">
<span class="block bg-light-pu dark:bg-dark-pu text-white dark:text-black py-2 px-3 rounded-2xl">
<i class={`${link.icon} mr-0.5 text-sm`} />
<a
href={link.href}