Fixed severity color under dark-theme (Issue #5562)

This commit is contained in:
l3wiz 2021-06-25 15:54:50 +02:00
parent 213e2c96fb
commit 868258b401

View file

@ -296,7 +296,9 @@ ul.navbar-nav li.nav-item.active > a.active {
.table td,
.table th {
border-top: 1px solid #2c2c2c !important;
border-color: #2c2c2c !important;
border-right-color: #2c2c2c !important;
border-top-color: #2c2c2c !important;
border-bottom-color: #2c2c2c !important;
color: #e2e2e2;
}
.table-hover tbody tr:hover {