body {
  background-color: black;
  filter: invert();
}

button.htmx-loading-indicator.htmx-request {
  opacity: 0.7;
  pointer-events: none;
}
div.htmx-loading-indicator {
  display: none;
}
div.htmx-loading-indicator.htmx-request {
  display: block;
}