mirror of
https://github.com/DragonMinded/bemaniutils.git
synced 2026-09-26 19:06:59 -05:00
Switch to android-safe arrows.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user