Typeform/embed

View on GitHub
packages/demo-nextjs/styles/globals.css

Summary

Maintainability
Test Coverage
html,
body {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans,
    Helvetica Neue, sans-serif;
}

a {
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

.menu a {
  display: inline-block;
  margin-right: 10px;
}