diff --git a/zdblack/theme/colours.css b/zdblack/theme/colours.css index 067f3b9..9f81ce5 100644 --- a/zdblack/theme/colours.css +++ b/zdblack/theme/colours.css @@ -128,7 +128,7 @@ table.table1 tbody tr { } table.table1 tbody tr:hover, table.table1 tbody tr.hover { - background-color: #1c1f26; + background-color: #30353d; color: #999a9a; } @@ -137,7 +137,7 @@ table.table1 td { } table.table1 tbody td { - border-top-color: #090909; + border-style: none; } table.table1 tbody th { diff --git a/zdblack/theme/common.css b/zdblack/theme/common.css index 838fc4e..f11ff27 100644 --- a/zdblack/theme/common.css +++ b/zdblack/theme/common.css @@ -355,7 +355,7 @@ table.table1 thead th { font-weight: normal; text-transform: uppercase; color: #FFFFFF; - line-height: 1.3em; + line-height: 1.8em; font-size: 1em; padding: 0 0 4px 3px; }