From eec1ee1d898f4a6364c5554683b32c6f3d555eb6 Mon Sep 17 00:00:00 2001 From: Alam Guardin Date: Mon, 2 Sep 2024 21:52:01 -0500 Subject: refactor: add remixicons for more variety in icons --- src/layouts/Layout.astro | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/layouts/Layout.astro') diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 12ef02b..b80dd61 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -41,9 +41,4 @@ const { title } = Astro.props; background: var(--zinc-950); color: var(--zinc-50) } - - span svg { - width: 1.5rem; - fill: var(--zinc-50) - } -- cgit v1.2.3