swap
This commit is contained in:
parent
b67b83a350
commit
9495fe0b5b
1 changed files with 2 additions and 2 deletions
|
@ -57,8 +57,8 @@
|
||||||
#item, #link, #swap, #theme {
|
#item, #link, #swap, #theme {
|
||||||
background-color: var(--button-background);
|
background-color: var(--button-background);
|
||||||
}
|
}
|
||||||
#swap::after { content: "◂"; }
|
#swap::after { content: "▸"; }
|
||||||
body.swap #swap::after { content: "▸"; }
|
body.swap #swap::after { content: "◂"; }
|
||||||
#vcard {
|
#vcard {
|
||||||
background-color: var(--qrcode-background);
|
background-color: var(--qrcode-background);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue