Skip to content

Commit ef77b74

Browse files
Improve table's css
1 parent c58cf14 commit ef77b74

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

css/main.scss

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,16 @@ $on-laptop: 800px;
5151
.highlight {
5252
background-color: #eef;
5353
}
54+
55+
td, th {
56+
border-bottom: 1px solid #eee;
57+
border-right: 1px solid #eee;
58+
}
59+
60+
th {
61+
border-top: 1px solid #eee;
62+
}
63+
64+
td:first-child, th:first-child {
65+
border-left: 1px solid #eee;
66+
}

0 commit comments

Comments
 (0)