body {
  background-color: #002833;
  font-family: "Fira Code", monospace;
  font-feature-settings: "calt" 1;
  font-variant-ligatures: contextual;
  padding: 15px 15px 25px;
  font-size: 10px;
}
@media (min-width: 768px) {
  body {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 14px;
  }
}
body .command {
  padding-top: 15px;
}
body .command p {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  line-height: 20px;
}
body .command p span {
  display: inline-flex;
}
body .command p .svg-triangle {
  height: 20px;
  width: 20px;
}
body .command p .svg-triangle.git-end {
  fill: #5cabdc;
}
body .command p .svg-triangle.path-start {
  fill: #002833;
}
body .command p .svg-triangle.path-end {
  fill: #da5673;
}
body .command .path,
body .command .git {
  color: white;
}
body .command .path {
  background-color: #da5673;
  padding-right: 10px;
}
body .command .git {
  background-color: #5cabdc;
  padding: 0 10px 0 0;
}
body .command .git .fa-code-branch {
  line-height: 20px;
  padding-right: 5px;
}
body .command .instruction {
  color: #8cc16d;
  padding: 0 10px 0 0;
}
body .command .filename {
  color: #839496;
}
body .output {
  color: #839496;
}
body .output table.listing {
  margin-bottom: 10px;
}
body .output table.listing td {
  padding: 5px 10px 0 0;
  text-align: right;
}
body .output table.listing td.directory {
  color: #5cabdc;
  text-align: left;
}
body .output a,
body .output p.highlight {
  color: white;
}
body .output a:hover,
body .output a:focus {
  color: #eebf35;
  text-decoration: none;
}

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