///////////////////////
// LAYOUT
///////////////////////

.tinted-marker:first-child circle {
  stroke-opacity: 1;
  stroke-width: 2px;
}

///////////////////////
// THEMING
///////////////////////

.tinted-marker,
.tinted-marker-trail {
  stroke: black;

  .tinted--dark & {
    stroke: white;
  }
}
