Skip to content

Commit f0499de

Browse files
committed
update styling
1 parent 4c0d26b commit f0499de

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

implementation_reports/CSP2_implementation_report.html

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,22 @@
2828

2929
.todo {
3030
font-weight: 800;
31-
font-size: 14px;
32-
background: yellow;
31+
font-size: 14px;
32+
background: repeating-linear-gradient(
33+
135deg,
34+
rgb(200,200,256),
35+
rgb(200,200,256) 10px,
36+
rgb(226,226,256) 10px,
37+
rgb(226,226,256) 20px
38+
)
3339
}
3440

3541
td.pass {
36-
background: #66FF66;
42+
background: #66FF66;
3743
}
3844

3945
td.majoritypass {
40-
background: #CCFFCC;
46+
background: yellow;
4147
}
4248

4349
td.fail {

0 commit comments

Comments
 (0)