Cleaned up the table color definition.

This commit is contained in:
Wandmalfarbe 2017-10-05 17:03:20 +02:00
parent 030d158556
commit e822f2fab6

View File

@ -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:
%