diff --git a/html/index.html b/html/index.html index 9f77680..273a497 100644 --- a/html/index.html +++ b/html/index.html @@ -24,6 +24,8 @@ @@ -212,7 +214,7 @@ tr.classList.add('table-warning'); } else if (item['benefit_type'] === 'streamlined') { td = document.createElement('td'); td.innerHTML = 'Streamlined'; tr.appendChild(td); - tr.classList.add('table-warning'); + tr.classList.add('bg-orange'); } else if (item['benefit_type'] === 'authority') { td = document.createElement('td'); td.innerHTML = 'Authority'; tr.appendChild(td); tr.classList.add('table-danger');