Skip to content

Commit 8588abf

Browse files
committed
Update table borders
1 parent 8a17f7c commit 8588abf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

public/assets/styles.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ table {
104104
margin: 1em 20px 0 0;
105105
border-collapse: collapse;
106106
font-size: inherit;
107-
border-top-width: 2px;
107+
border-top-width: 1px;
108108
}
109109

110110
table, td, th {
@@ -135,8 +135,8 @@ thead th {
135135

136136
thead td,
137137
thead th {
138-
background: #fff;
139-
border-bottom: 4px solid #ddd;
138+
background: transparent;
139+
border-bottom: 2px solid #ddd;
140140
border-right: 1px solid #ddd;
141141
font-weight: bold;
142142
color: #333;

0 commit comments

Comments
 (0)