More clickable icons

This commit is contained in:
Kuba Orlik 2026-06-02 15:46:22 +02:00
parent d3b677ed5f
commit 7d0458c766

View File

@ -55,12 +55,16 @@ footer {
flex-grow: 1; flex-grow: 1;
justify-content: space-between; justify-content: space-between;
svg { a {
width: 24px; padding: 2px 8px;
height: 24px;
* { svg {
fill: var(--color-brand-text-on-accent) !important; width: 24px;
height: 24px;
* {
fill: var(--color-brand-text-on-accent) !important;
}
} }
} }
} }