mirror of
https://github.com/Wandmalfarbe/pandoc-latex-template.git
synced 2025-02-20 17:42:46 +00:00
Cleaned up the table color definition.
This commit is contained in:
parent
030d158556
commit
e822f2fab6
@ -508,9 +508,10 @@ $endif$
|
||||
% tables
|
||||
%
|
||||
$if(tables)$
|
||||
\renewcommand{\arraystretch}{1.4} % table spacing
|
||||
\definecolor{table-gray}{HTML}{F5F5F5}
|
||||
\rowcolors{3}{white!100!white}{table-gray!100!white!100}
|
||||
\renewcommand{\arraystretch}{1.3} % table spacing
|
||||
\definecolor{table-row-color}{HTML}{F5F5F5}
|
||||
\rowcolors{3}{}{table-row-color!100}
|
||||
|
||||
% Unfortunately the colored cells extend beyond the edge of the
|
||||
% table because pandoc uses @-expressions (@{}) like so:
|
||||
%
|
||||
|
Loading…
x
Reference in New Issue
Block a user