diff options
| author | Alam Guardin <alamguardin@gmail.com> | 2024-08-07 23:03:49 -0500 |
|---|---|---|
| committer | Alam Guardin <alamguardin@gmail.com> | 2024-08-07 23:03:49 -0500 |
| commit | 470911698e5a4468c510a99dd352bfb68d9fbd00 (patch) | |
| tree | c1622e77cb4f519ca74e430cc8e926346f4b890c /src/layouts | |
| parent | 3a85a040943b7c69eb29c5260898516c9fae6e5a (diff) | |
refactor: add icons to links
Diffstat (limited to 'src/layouts')
| -rw-r--r-- | src/layouts/Layout.astro | 5 |
1 files changed, 5 insertions, 0 deletions
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) + } </style> |
