Browse Source

fix: dark mode color

TomyJan 1 năm trước cách đây
mục cha
commit
0a40302399
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      results.html

+ 1 - 1
results.html

@@ -22,7 +22,7 @@
       .footer a:hover {color: #00FF00;}
       .header span>a {color: #BBBBBB;}
       h1 {color: #FFFFFF;}
-      .layui-table-header th, .layui-table-cell, .layui-table-view {background: #222222; color: #E0E0E0;}
+      .layui-table-header th, .layui-table-cell, .layui-table-view .layui-table {background: #222222; color: #E0E0E0;}
       .layui-table-sort i {color: #E0E0E0;}
     }