Printing: templates should use colors defined in the color palette

Use the colors defined in the color palettes for all font, borders,
table sections and backgrounds of all templates.

Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com>
This commit is contained in:
Gehad elrobey 2015-08-03 18:21:16 +02:00 committed by Lubomir I. Ivanov
parent 1d22bdc08c
commit 8d0101bf3d
4 changed files with 62 additions and 32 deletions

View file

@ -47,7 +47,7 @@
box-sizing: border-box;
border:max(0.1vw, 1px);
border-style:solid;
border-color: color: {{ template_options.color5 }};
border-color: {{ template_options.color5 }};
}
</style>