#repo-files-table tr.negative {
    background-color: var(--removed-color0) !important;
}

#repo-files-table tr.positive {
    background-color: var(--added-color0) !important;
}

#repo-files-table tr.warning {
    background-color: var(--modified-color1) !important;
}

.repository.file.list #repo-files-table thead th:first-child {
    width: 50%;
    display: table-cell;
}
