summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/memory_graph.scss
blob: 8473f2ef09421b55d98d6f34ce83f08ecfadb0ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.memory-graph-container {
  svg {
    background: $white-light;
  }

  path {
    fill: none;
    stroke: $blue-500;
    stroke-width: 1px;
  }

  circle {
    stroke: $blue-700;
    fill: $blue-700;
  }
}