Accessibility: Mark pseudo element content in link footer as decorative (#39164)

This commit is contained in:
diondiondion 2026-05-26 12:22:15 +02:00 committed by GitHub
parent 041100365f
commit 9fe97e1ad6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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