Changed background color of even rows to cyan for better printing in b&w

This commit is contained in:
Kenneth John Odle 2025-06-21 20:15:34 -04:00
parent 13b5256dfb
commit 11f9b49f92

View File

@ -94,7 +94,7 @@
rowhead = 1,
cells = {font=\fontsize{7pt}{12pt}\selectfont},
row{1} = {font=\bfseries\fontsize{7pt}{12pt}\selectfont},
row{odd} = {bg=gray8},
row{odd} = {bg=cyan9},
row{even} = {bg=white},
row{1} = {bg=white},
}