mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
add color for table in dark theme
Signed-off-by: 王邈 <shankerwangmiao@gmail.com>
This commit is contained in:
parent
f917883a2d
commit
7eee4ac3e0
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue