Replace the arrows in the page navigation with -> and <-
This commit is contained in:
parent
d94c55f886
commit
38e2d8fde0
1 changed files with 8 additions and 2 deletions
|
@ -23,13 +23,19 @@
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.previous-page::before,
|
||||||
|
.next-page::after {
|
||||||
|
color: var(--text-color-secondary);
|
||||||
|
font-family: var(--font-family-monospace);
|
||||||
|
}
|
||||||
|
|
||||||
.previous-page::before {
|
.previous-page::before {
|
||||||
content: "←";
|
content: "<-";
|
||||||
padding-inline-end: var(--space-s);
|
padding-inline-end: var(--space-s);
|
||||||
}
|
}
|
||||||
|
|
||||||
.next-page::after {
|
.next-page::after {
|
||||||
content: "→";
|
content: "->";
|
||||||
padding-inline-start: var(--space-s);
|
padding-inline-start: var(--space-s);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue