Skip to content
This repository was archived by the owner on Dec 8, 2024. It is now read-only.

Commit 5069661

Browse files
committed
Set "medium" coverage CSS color scheme to yellow
Fixes #542
1 parent 0e8c350 commit 5069661

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

lib/assets/base.css

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -166,19 +166,20 @@ table.coverage td span.cline-any {
166166
/* dark green */
167167
.status-line.high, .high .cover-fill { background:rgb(77,146,33) }
168168
.high .chart { border:1px solid rgb(77,146,33) }
169-
170-
171-
.medium .chart { border:1px solid #666; }
172-
.medium .cover-fill { background: #666; }
169+
/* dark yellow (gold) */
170+
.medium .chart { border:1px solid #f9cd0b; }
171+
.status-line.medium, .medium .cover-fill { background: #f9cd0b; }
172+
/* light yellow */
173+
.medium { background: #fff4c2; }
174+
/* light gray */
175+
span.cline-neutral { background: #eaeaea; }
173176

174177
.cbranch-no { background: yellow !important; color: #111; }
175178

176179
.cstat-skip { background: #ddd; color: #111; }
177180
.fstat-skip { background: #ddd; color: #111 !important; }
178181
.cbranch-skip { background: #ddd !important; color: #111; }
179182

180-
span.cline-neutral { background: #eaeaea; }
181-
.medium { background: #eaeaea; }
182183

183184
.cover-fill, .cover-empty {
184185
display:inline-block;

0 commit comments

Comments
 (0)