Skip to content

Commit c488a14

Browse files
Added a border to the table header
1 parent 3433d91 commit c488a14

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

css/style.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -581,8 +581,9 @@ h6 {
581581
white-space: nowrap;
582582
font-size: 15px;
583583
font-weight: 700;
584-
color: #fff;
584+
color: #000;
585585
border-bottom-width: 2px;
586+
border-top-width: 2px;
586587
}
587588

588589
.table-design tbody th,
@@ -595,7 +596,7 @@ h6 {
595596
}
596597

597598
.table-head-row th {
598-
background-color: #a6a29f;
599+
/* background-color: #a6a29f; */
599600
color: white;
600601

601602
}

0 commit comments

Comments
 (0)