1
0
mirror of synced 2024-11-12 01:00:46 +01:00

Switch to android-safe arrows.

This commit is contained in:
Jennifer Taylor 2020-04-26 01:01:48 +00:00
parent 0addb590fe
commit 95aeb71d1d

View File

@ -94,13 +94,13 @@ button.nav {
}
button.prev::before {
content: "\2BC7";
content: "\2190";
font-weight: bold;
margin-right: 5px;
}
button.next::after {
content: "\2BC8";
content: "\2192";
font-weight: bold;
margin-left: 5px;
}