diff --git a/src/lib/components/organisms/About.svelte b/src/lib/components/organisms/About.svelte index 97bbe1e..a29bfe2 100644 --- a/src/lib/components/organisms/About.svelte +++ b/src/lib/components/organisms/About.svelte @@ -13,9 +13,13 @@

Dynamic Marine Engineer with over a decade of experience in marine engineering

Passionate about DevOps and cybersecurity, with hands-on experience managing self-hosted services - and cloud deployments. Winner of a nationwide hackathon, demonstrating technical expertise and - teamwork. Continuously learning and applying best practices in system automation and secure infrastructure - management. + and cloud deployments. + Winner of a nationwide hackathon, demonstrating technical expertise and teamwork. Continuously learning and applying best + practices in system automation and secure infrastructure management.

Socials: @@ -85,5 +89,13 @@ border-radius: 30%; overflow: hidden; } + + :global(a) { + font-weight: 1000; + + &:hover { + color: var(--color--primary-shade); + } + } }