
/* Need to discuss this with the team */
.axis path,
.axis line {
  stroke: none;
  /* Changes the color of the axis lines */
}

@media (forced-colors: active) {
  .other {
    stroke: grey
  }
}