embystream 0.0.33

Another Emby streaming application (frontend/backend separation) written in Rust.
Documentation
body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

body::before {
  background: radial-gradient(
    circle at top,
    rgba(217, 119, 87, 0.06),
    transparent 28%
  );
  opacity: 0.7;
}

body::after {
  display: none;
}

html[data-theme="light"] body::before {
  background: radial-gradient(
    circle at top,
    rgba(217, 119, 87, 0.06),
    transparent 28%
  );
}