diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 5b15467..1a0781a 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -31,6 +31,14 @@ import {VERSION} from '../consts'; display: flex; font-size: small; + a { + color: var(--gray) + } + + a:hover { + color: var(--accent) + } + svg { width: 1.25rem; height: 1.25rem;