Changed background color of even rows to cyan for better printing in b&w
This commit is contained in:
parent
13b5256dfb
commit
11f9b49f92
@ -94,7 +94,7 @@
|
|||||||
rowhead = 1,
|
rowhead = 1,
|
||||||
cells = {font=\fontsize{7pt}{12pt}\selectfont},
|
cells = {font=\fontsize{7pt}{12pt}\selectfont},
|
||||||
row{1} = {font=\bfseries\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{even} = {bg=white},
|
||||||
row{1} = {bg=white},
|
row{1} = {bg=white},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user