From 470911698e5a4468c510a99dd352bfb68d9fbd00 Mon Sep 17 00:00:00 2001 From: Alam Guardin Date: Wed, 7 Aug 2024 23:03:49 -0500 Subject: refactor: add icons to links --- src/layouts/Layout.astro | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/layouts') diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index b80dd61..e19e342 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -41,4 +41,9 @@ const { title } = Astro.props; background: var(--zinc-950); color: var(--zinc-50) } + + .link-icon svg { + width: 1.5rem; + fill: var(--zinc-50) + } -- cgit v1.2.3