@@ -38,26 +38,26 @@ An issue has many different attributes:
38
38
### * Priority
39
39
40
40
<div class =" table-container " >
41
- <table class =" table is-bordered " style = " table-layout : fixed ; " >
41
+ <table class =" datatable display " >
42
42
<thead >
43
43
<tr>
44
44
<td colspan="5"><strong>Priority color chart</strong></td>
45
45
</tr>
46
46
</thead >
47
47
<tbody >
48
48
<tr>
49
- <td class="has-text-white" style="background-color: #b60205;">Unfavourable</td>
50
- <td class="has-text-black" style="background-color: #ff9f1c;">Negative</td>
51
- <td class="has-text-black" style="background-color: #ffcc00;">Neutral</td>
52
- <td class="has-text-black" style="background-color: #cfda2c;">Positive</td>
53
- <td class="has-text-white" style="background-color: #008672;">Favourable</td>
49
+ <td style="background-color: #b60205;">Unfavourable</td>
50
+ <td style="background-color: #ff9f1c;">Negative</td>
51
+ <td style="background-color: #ffcc00;">Neutral</td>
52
+ <td style="background-color: #cfda2c;">Positive</td>
53
+ <td style="background-color: #008672;">Favourable</td>
54
54
</tr>
55
55
<tr>
56
- <td class="has-text-white" style="background-color: #b60205;">#b60205</td>
57
- <td class="has-text-black" style="background-color: #ff9f1c;">#ff9f1c</td>
58
- <td class="has-text-black" style="background-color: #ffcc00;">#ffcc00</td>
59
- <td class="has-text-black" style="background-color: #cfda2c;">#cfda2c</td>
60
- <td class="has-text-white" style="background-color: #008672;">#008672</td>
56
+ <td style="background-color: #b60205;">#b60205</td>
57
+ <td style="background-color: #ff9f1c;">#ff9f1c</td>
58
+ <td style="background-color: #ffcc00;">#ffcc00</td>
59
+ <td style="background-color: #cfda2c;">#cfda2c</td>
60
+ <td style="background-color: #008672;">#008672</td>
61
61
</tr>
62
62
</tbody >
63
63
</table >
@@ -88,26 +88,26 @@ planning or deciding which issues to tackle next.
88
88
### * Status
89
89
90
90
<div class =" table-container " >
91
- <table class =" table is-bordered " style = " table-layout : fixed ; " >
91
+ <table class =" datatable display " >
92
92
<thead >
93
93
<tr>
94
94
<td colspan="5"><strong>Status color chart</strong></td>
95
95
</tr>
96
96
</thead >
97
97
<tbody >
98
98
<tr>
99
- <td class="has-text-black" style="background-color: #eeeeee;">Lighter</td>
100
- <td class="has-text-black" style="background-color: #cccccc;">Light</td>
101
- <td class="has-text-black" style="background-color: #999999;">Medium</td>
102
- <td class="has-text-white" style="background-color: #666666;">Dark</td>
103
- <td class="has-text-white" style="background-color: #333333;">Darker</td>
99
+ <td style="background-color: #eeeeee;">Lighter</td>
100
+ <td style="background-color: #cccccc;">Light</td>
101
+ <td style="background-color: #999999;">Medium</td>
102
+ <td style="background-color: #666666;">Dark</td>
103
+ <td style="background-color: #333333;">Darker</td>
104
104
</tr>
105
105
<tr>
106
- <td class="has-text-black" style="background-color: #eeeeee;">#eeeeee</td>
107
- <td class="has-text-black" style="background-color: #cccccc;">#cccccc</td>
108
- <td class="has-text-black" style="background-color: #999999;">#999999</td>
109
- <td class="has-text-white" style="background-color: #666666;">#666666</td>
110
- <td class="has-text-white" style="background-color: #333333;">#333333</td>
106
+ <td style="background-color: #eeeeee;">#eeeeee</td>
107
+ <td style="background-color: #cccccc;">#cccccc</td>
108
+ <td style="background-color: #999999;">#999999</td>
109
+ <td style="background-color: #666666;">#666666</td>
110
+ <td style="background-color: #333333;">#333333</td>
111
111
</tr>
112
112
</tbody >
113
113
</table >
@@ -249,7 +249,7 @@ categories and every issue is required to have at least one label from those
249
249
categories.
250
250
251
251
Only issues labelled with
252
- <span class =" gh-label has-text-white " style = " background-color : #333333 ; " >
252
+ <span class =" gh-label status-darker " >
253
253
🚦 status: awaiting triage
254
254
</span >
255
255
are allowed to not have all mandatory labels (seeing as they have not been
0 commit comments