修改表格颜色

This commit is contained in:
@fawn-nine
2023-12-05 17:58:30 +08:00
parent f494d89eeb
commit 8506d8a7dc

View File

@@ -356,16 +356,16 @@
} }
table td { table td {
border-bottom: 1px solid #666; border-bottom: 1px solid #999;
border-right: 1px solid #666; border-right: 1px solid #999;
} }
table tr:first-child td { table tr:first-child td {
border-top: 1px solid #666; border-top: 1px solid #999;
} }
table tr td:first-child { table tr td:first-child {
border-left: 1px solid #666; border-left: 1px solid #999;
} }
td { td {