swap/content

This commit is contained in:
Marc Beninca 2025-04-17 00:44:56 +02:00
parent a44c33b515
commit 171422cf52
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -57,6 +57,8 @@
#link, #theme, #swap {
background-color: var(--button-background);
}
#swap::after { content: "←"; }
body.swap #swap::after { content: "→"; }
#vcard {
background-color: var(--qrcode-background);
}