.iaa-pulse {
  border: 2px solid rgba(255,255,255,0.55);   /* outer pulse line thickness */
}

.iaa-pulse--sm {
  border: 1px solid rgba(255,255,255,0.45);   /* inner pulse line thickness */
}


/* example */
[data-iaa-ui="scrope"]{
  --scrope-color: #c2fe0c;   /* lines + ring + labels */
  --scrope-thickness: 1.5;   /* px */
  --scrope-circle: 12;       /* px diameter */
  --scrope-fontSize: 12px;   /* edge label size */
}


::selection {
    background: black;
    color: white;
    text-shadow: none;
}

::-moz-selection {
    background: black;
    color: white;
    text-shadow: none;
}

