
[data-scroll-bg] {
  transition: background-color 0.6s ease;
}
[data-scroll-bg].active-bg {
  background-color: var(--scroll-active-color, #111);
}
