Skip to content

Instantly share code, notes, and snippets.

@stereobooster
Last active September 10, 2018 22:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stereobooster/9894224bf95ce56c882115aa233a7b85 to your computer and use it in GitHub Desktop.
Save stereobooster/9894224bf95ce56c882115aa233a7b85 to your computer and use it in GitHub Desktop.
:focus {
  outline: none;
  border-color: #2188ff;
  box-shadow: 0 0 0 0.2em #c8e1ff;
}
[tabindex="-1"]:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

* {
  box-sizing: border-box;
}

html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 1.15;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
}

a {
  text-decoration-skip: ink;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment