diff --git a/in/style/main.css b/in/style/main.css index aef20f5..70ff1a5 100644 --- a/in/style/main.css +++ b/in/style/main.css @@ -57,8 +57,8 @@ #item, #link, #swap, #theme { background-color: var(--button-background); } -#swap::after { content: "◂"; } -body.swap #swap::after { content: "▸"; } +#swap::after { content: "▸"; } +body.swap #swap::after { content: "◂"; } #vcard { background-color: var(--qrcode-background); }