[Glitch] Accessibility: Mark pseudo element content in link footer as decorative

Port 9fe97e1ad6182ca62913e405a7e85746366e25a5 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
diondiondion 2026-05-26 12:22:15 +02:00 committed by Claire
parent 461c3c0a8a
commit 526034d996

View File

@ -41,6 +41,10 @@
&:not(:last-child)::after {
content: ' · ';
@supports (content: 'x' / 'y') {
content: ' · ' / '';
}
}
}