Skip to content

Commit

Permalink
Arrows hotfix (#493)
Browse files Browse the repository at this point in the history
Closes #491. Follow up question though, the page has `<meta
charset="utf-8">` set, so it's odd to me that this would show up as
weird characters. Hmm!
  • Loading branch information
aaronshekey authored Nov 16, 2023
1 parent 1ee90c9 commit f6f474a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -277,11 +277,11 @@ article a:focus {
}

.pagination-nav__link--prev .pagination-nav__label::before {
content: "";
content: "\2190\0020";
}

.pagination-nav__link--next .pagination-nav__label::after {
content: "";
content: "\0020\2192";
}

/* Left drawer menu */
Expand Down

1 comment on commit f6f474a

@vercel
Copy link

@vercel vercel bot commented on f6f474a Nov 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ngrok-docs – ./

ngrok-docs-git-main-ngrok-dev.vercel.app
ngrok-docs.vercel.app
ngrok-docs-ngrok-dev.vercel.app

Please sign in to comment.