github.com/outbrain/consul@v1.4.5/ui-v2/app/styles/components/tomography-graph.scss (about)

     1  .tomography .background {
     2    fill: $ui-gray-050;
     3  }
     4  .tomography .axis {
     5    fill: none;
     6    stroke: $ui-gray-300;
     7    stroke-dasharray: 4 4;
     8  }
     9  .tomography .border {
    10    fill: none;
    11    stroke: $ui-gray-300;
    12  }
    13  .tomography .point {
    14    stroke: $ui-gray-400;
    15    fill: $brand-magenta-600;
    16  }
    17  .tomography .lines line {
    18    stroke: $brand-magenta-600;
    19  }
    20  .tomography .lines line:hover {
    21    stroke: $ui-gray-300;
    22    stroke-width: 2px;
    23  }
    24  .tomography .tick line {
    25    stroke: $ui-gray-300;
    26  }
    27  .tomography .tick text {
    28    font-size: $typo-size-600;
    29    text-anchor: start;
    30    color: $ui-gray-900;
    31  }