File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
book/thesis_projects/BSc/2025_Q3_IschaHollemans_CEG/Report Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments