Skip to content

Commit 4981368

Browse files
committed
table test 3
1 parent 97c195b commit 4981368

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

book/thesis_projects/BSc/2025_Q3_IschaHollemans_CEG/Report/5_analysing_results.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,18 +44,18 @@ based on the historical droughts.*
4444
}
4545

4646
tr:nth-child(even) {
47-
background-color: #f2f2f2; /* Light gray for alternating rows */
47+
background-color: #ADD8E6; /* Light gray for alternating rows */
4848
}
4949

5050
tr:nth-child(1),
5151
tr:nth-child(2) {
52-
background-color: #d1e7dd; /* Light green for header rows */
52+
background-color: #000080; /* Navy Blue for header rows */
5353
font-weight: bold;
5454
}
5555

56-
tr:nth-child(7),
57-
tr:nth-child(8) {
58-
background-color: #ffe5b4; /* Light orange for middle header */
56+
tr:nth-child(6),
57+
tr:nth-child(7) {
58+
background-color: #000080; /* Navy Blue for header rows */
5959
font-weight: bold;
6060
}
6161
</style>

0 commit comments

Comments
 (0)