From 7d0458c7668ae83001a3dc0534cf1b283b0234ed Mon Sep 17 00:00:00 2001 From: Kuba Orlik Date: Tue, 2 Jun 2026 15:46:22 +0200 Subject: [PATCH] More clickable icons --- src/back/routes/common/footer.css | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/src/back/routes/common/footer.css b/src/back/routes/common/footer.css index 5618c0a..4b40f7d 100644 --- a/src/back/routes/common/footer.css +++ b/src/back/routes/common/footer.css @@ -55,12 +55,16 @@ footer { flex-grow: 1; justify-content: space-between; - svg { - width: 24px; - height: 24px; + a { + padding: 2px 8px; - * { - fill: var(--color-brand-text-on-accent) !important; + svg { + width: 24px; + height: 24px; + + * { + fill: var(--color-brand-text-on-accent) !important; + } } } }