We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9033fa2 commit 83ed9cfCopy full SHA for 83ed9cf
styles.css
@@ -16,7 +16,7 @@ table {
16
By default, when you set borders on table elements, they will look pretty ugly.
17
*/
18
border-collapse: collapse;
19
- border: 3px solid purple;
+ border: 3px solid lightblue;
20
}
21
22
thead th:nth-child(1) {
@@ -42,4 +42,5 @@ th, td {
42
/* 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. */
43
tr:nth-child(1) {
44
font-weight: bold;
45
-}
+ background-color: lightblue;
46
+}
0 commit comments