body {
  display: flex;
  flex-direction: column;
  user-select: none;
}
body > * {
  width: fit-content;
}
body > div {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
body > div > span {
  cursor: pointer;
  align-self: center;
}
body > div > span svg {
  height: 40px;
  fill: light-dark(#f44, #b00);
}
body > div > span svg:hover {
  fill: light-dark(#d22, #d22);
}
body > a:not([href]) {
  color: inherit;
}

#sha::before {
  content: "commit ";
}

#author::before {
  content: "author ";
}

#date::before {
  content: "created ";
}

#text {
  margin-top: 16px;
}

#return {
  position: fixed;
  bottom: 8px;
  left: 8px;
  text-decoration: none;
}

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