How to enable a:focus customisation for theme? #771
-
I want to customise a:focus for the theme so that when I press tab, the selected link will have a highlight. Presently, there's no a:focus customisation on Next at all, but I don't know how to make this edit. Would appreciate any help. |
Beta Was this translation helpful? Give feedback.
Answered by
stevenjoezhang
May 8, 2024
Replies: 1 comment
-
You can use a custom CSS file to set a:focus {
color: red;
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
stevenjoezhang
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use a custom CSS file to set
a:focus
. Ref: https://theme-next.js.org/docs/advanced-settings/custom-files#Hide-Keep-on-posting-in-Archive-PageIt's similar to
Hide "Keep on posting" in Archive Page
in the docs, for example