mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Printing: fix color numbers in printing templates
After adding the additional 'Table Cells 2' color to the color palette fix the colors assigned to each field. Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com> Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com>
This commit is contained in:
parent
1dbe10fe27
commit
e0ecccfa7b
5 changed files with 18 additions and 18 deletions
|
|
@ -63,7 +63,7 @@
|
|||
box-sizing: border-box;
|
||||
border:max(0.1vw, 1px);
|
||||
border-style:solid;
|
||||
border-color: {{ template_options.color5 }};
|
||||
border-color: {{ template_options.color6 }};
|
||||
font-size: {{ template_options.font_size }}vw;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue