Skip to content

Commit 83ed9cf

Browse files
authored
Update styles.css
1 parent 9033fa2 commit 83ed9cf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

styles.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ table {
1616
By default, when you set borders on table elements, they will look pretty ugly.
1717
*/
1818
border-collapse: collapse;
19-
border: 3px solid purple;
19+
border: 3px solid lightblue;
2020
}
2121

2222
thead th:nth-child(1) {
@@ -42,4 +42,5 @@ th, td {
4242
/* nth-child is a pretty neat thing to use and is widely applicable in real-life projects. Reader is highly encouraged to do more reading on this. */
4343
tr:nth-child(1) {
4444
font-weight: bold;
45-
}
45+
background-color: lightblue;
46+
}

0 commit comments

Comments
 (0)