diff --git a/html/css/dark.css b/html/css/dark.css
index 8b4ec4070e..9e495f7035 100644
--- a/html/css/dark.css
+++ b/html/css/dark.css
@@ -7213,11 +7213,11 @@
.expandable:hover span {
background-color: #2e3338;
}
- table tr:not(:first-child){
- background: #3e444c!important;
+ table tr:nth-child(odd){
+ background: #2a2e33!important;
}
- table tr:not(:first-child):hover{
- background: #4f565f!important;
+ table tr:hover{
+ background: #2d3237!important;
}
div[role=listbox]{
background: rgb(70, 76, 83);