:root {
  --activity-graph-color: #2563eb;
  --activity-graph-opacity-bg: 1;
}

img.activity-graph {
  position: absolute;
  inset: 0;
  z-index: -1;

  width: 100%;
  height: 100%;

  object-fit: fill;

  opacity: 0.2;
  pointer-events: none;

  position: absolute;
  top: 20%;
  width: 100%;
  height: 100%;

  object-fit: fill;
  
  filter: invert(43%) sepia(95%) saturate(1342%) hue-rotate(161deg) brightness(94%) contrast(101%);
}

.project-card.graph-full img.activity-graph {
  top: 0;
  height: 100%;
}

.activity-graph-missing {
  display: none;
}
