summaryrefslogtreecommitdiff
path: root/widgets/benchmarks/benchmarks.scss
blob: 7acfe24eee5997464ae4f204fa1f3f16cba643bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.widget-benchmarks {
  background-color: black;
}

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

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