From d72b23baf5904501fc9cdee6b6d298f826dc63ac Mon Sep 17 00:00:00 2001 From: Oliver Bryan <04oliverbryan@gmail.com> Date: Mon, 29 Sep 2025 18:05:09 +0100 Subject: [PATCH] github link --- src/components/Header.astro | 32 ++++++++++++++++++++++++++++---- 1 file changed, 28 insertions(+), 4 deletions(-) diff --git a/src/components/Header.astro b/src/components/Header.astro index 9ef8a7b1..207cfc3a 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -1,5 +1,6 @@ --- import NavLink from "./NavLink.astro"; +import { Icon } from "astro-icon/components"; const { currentPage } = Astro.props; @@ -23,18 +24,30 @@ const pages = [ .cancel-button:hover .text { color: var(--ayu-red-500); } + + .github-icon-link { + color: var(--ayu-accent); + transition: color 0.2s ease; + } + + .github-icon-link:hover { + color: var(--ayu-red-500); + }
- oliver bryan icon -

oliver bryan

+
+ oliver bryan icon +

oliver bryan

+
+
{ pages.map((page) => ( ) } +
+ + + hex248 +