chore: better table color style
This commit is contained in:
parent
012ae587b7
commit
c05a6e49c3
1 changed files with 2 additions and 2 deletions
|
@ -22,11 +22,11 @@ html[data-theme="dark"] {
|
|||
color: #9d9d9d;
|
||||
|
||||
th {
|
||||
background-color: #000;
|
||||
background-color: #050505;
|
||||
}
|
||||
|
||||
tr:nth-child(even) {
|
||||
background-color: #111;
|
||||
background-color: #080808;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue