body.comah-body {
  background:
    radial-gradient(circle at top left, rgba(204, 255, 0, 0.08), transparent 24%),
    radial-gradient(circle at bottom right, rgba(204, 255, 0, 0.06), transparent 24%),
    #0a0a0a;
}

.comah-body ::selection {
  background: #ccff00;
  color: #0a0a0a;
}

.prose :where(a):not(:where([class~="not-prose"] *)) {
  color: #ccff00;
  text-decoration: none;
}

.prose :where(a):not(:where([class~="not-prose"] *)):hover {
  color: #ffffff;
}

.comah-body img {
  max-width: 100%;
}

@media print {
  header,
  footer {
    display: none !important;
  }

  body.comah-body {
    background: #ffffff;
    color: #000000;
  }
}
