Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

Письменов Дмитрий Иванович / yourroomads

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • yourroomads
  • resources
  • css
  • reset.css
  • Jonathan Reinink's avatar
    Initial commit · 14192d0e
    Jonathan Reinink committed Mar 21, 2019
    14192d0e
reset.css 139 Bytes
BlameHistoryPermalink
1 2 3 4 5 6 7 8 9 10
a {
  color: inherit;
  text-decoration: none;
}

input, select, textarea, button, div, a {
  &:focus, &:active {
    outline: none;
  }
}