From a85bc511ac2b05e3256ceac4aac2ea61e1902fcf Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sun, 1 Sep 2024 19:02:30 +0200 Subject: [PATCH] style: link colors in footer --- src/components/Footer.astro | 8 ++++++++ 1 file changed, 8 insertions(+) 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;