body.rustclash {
  --accent: #a855f7;
}

body.rustclash::before {
  background: radial-gradient(ellipse at left, rgba(120, 60, 255, 0.18) 0%, transparent 70%);
  opacity: 1;
}

body.rustclash::after {
  background: radial-gradient(ellipse at right, rgba(120, 60, 255, 0.18) 0%, transparent 70%);
  opacity: 1;
}
