diff --git a/in/en/index.html b/in/en/index.html index 5bbeae5..97126f2 100644 --- a/in/en/index.html +++ b/in/en/index.html @@ -67,7 +67,7 @@ EMAIL -cv    +cv  ▾ URL @@ -153,6 +153,14 @@ +
+

Data

+ +
+

Documentation

diff --git a/in/fr/index.html b/in/fr/index.html index f6c7dec..2e246a3 100644 --- a/in/fr/index.html +++ b/in/fr/index.html @@ -67,7 +67,7 @@ EMAIL -cv    +cv  ▾ URL @@ -153,6 +153,14 @@ +
+

Data

+ +
+

Documentation

diff --git a/in/style/main.css b/in/style/main.css index 92f6f42..87f5ba5 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); }