浏览代码

fix: dark mode color

TomyJan 1 年之前
父节点
当前提交
0a40302399
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;}
     }