We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c0d26b commit f0499deCopy full SHA for f0499de
implementation_reports/CSP2_implementation_report.html
@@ -28,16 +28,22 @@
28
29
.todo {
30
font-weight: 800;
31
- font-size: 14px;
32
- background: yellow;
+ font-size: 14px;
+ 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
+ )
39
}
40
41
td.pass {
- background: #66FF66;
42
+ background: #66FF66;
43
44
45
td.majoritypass {
- background: #CCFFCC;
46
+ background: yellow;
47
48
49
td.fail {
0 commit comments