summaryrefslogtreecommitdiff
path: root/widgets/benchmarks/benchmarks.scss
blob: 9ab69d2eaf3d6380794ed029eef38062c26e42c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#benchmarks {
  vertical-align: top;
}

.good {
  color: green;
  font-weight: bold;
}

.bad {
  color: #d93c38;
  font-weight: bold;
}