Skip to content

Commit 98fb609

Browse files
authored
Update colors for slightly positive and negative (#829)
1 parent ef76f83 commit 98fb609

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/static/perf.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,13 @@ img {
8787
color: red;
8888
}
8989
.slightly-positive {
90-
color: #ee9090;
90+
color: #ea7272;
9191
}
9292
.negative {
9393
color: green;
9494
}
9595
.slightly-negative {
96-
color: #90ee90;
96+
color: #74b374
9797
}
9898
.neutral {
9999
color: black;

0 commit comments

Comments
 (0)