diff options
| author | Alam Guardin <alamguardin@gmail.com> | 2024-09-02 21:52:01 -0500 |
|---|---|---|
| committer | Alam Guardin <alamguardin@gmail.com> | 2024-09-02 21:52:01 -0500 |
| commit | eec1ee1d898f4a6364c5554683b32c6f3d555eb6 (patch) | |
| tree | 69aebbf191c7d327bdba03b2942eebdc91399d14 /src/layouts/Layout.astro | |
| parent | 4a89ff454fdce3f6be57609c2429bc8f622626ef (diff) | |
refactor: add remixicons
for more variety in icons
Diffstat (limited to 'src/layouts/Layout.astro')
| -rw-r--r-- | src/layouts/Layout.astro | 5 |
1 files changed, 0 insertions, 5 deletions
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) - } </style> |
