html, body {
  font-family: "Inter", sans-serif;
}

a {
  text-decoration: none;
  color: initial;
}
a:hover {
  color: initial;
}

.deployment-item {
  border-bottom: 1px solid lightgrey;
}
.deployment-item:hover {
  background: #F3F4F6;
}

.job-log {
  font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace;
  padding: 8px 12px;
  margin: 0 0 8px;
  font-size: 13px;
  word-break: break-all;
  word-wrap: break-word;
  color: #fff;
  border-radius: 2px;
  min-height: 42px;
  background-color: #111;
}

.log-line {
  padding: 1px 8px 1px 55px;
  min-height: 1.25rem;
}

.line-number {
  color: #666;
  min-width: 50px;
  margin-left: -43px;
  padding: 0 1em 0 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*# sourceMappingURL=styles.css.map */
