Skip to content

Instantly share code, notes, and snippets.

@MariaJackson1
Last active August 8, 2022 21:07
Show Gist options
  • Save MariaJackson1/65d09ab5fced49a537fa062f52cee5bd to your computer and use it in GitHub Desktop.
Save MariaJackson1/65d09ab5fced49a537fa062f52cee5bd to your computer and use it in GitHub Desktop.
Keyboard Navigation Focus Styles
:focus {
box-shadow: inset 0 0 0 1px #6c7781;
/* Only visible in Windows High Contrast mode */
outline: 2px solid transparent;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment