add color for table in dark theme

Signed-off-by: 王邈 <shankerwangmiao@gmail.com>
This commit is contained in:
王邈 2020-03-09 23:34:38 +08:00
parent f917883a2d
commit 7eee4ac3e0
No known key found for this signature in database
GPG Key ID: B031E3CA7BFED96E

View File

@ -189,4 +189,8 @@ code{
.progress-bar {
background-color: #42729c;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
background-color: #060606;
}
}