1
0
Fork 0
mirror of https://github.com/panr/hugo-theme-terminal.git synced 2025-03-14 18:29:03 +03:00

change buttons arrows

This commit is contained in:
panr 2025-03-03 11:09:23 +01:00
parent b90014538e
commit 0d9cf692a9

View file

@ -81,11 +81,11 @@ a.button.inline::after {
}
a.button.inline.prev::before {
content: " ["
content: "< ["
}
a.button.inline.next::after {
content: "] "
content: "] >"
}
a.read-more,