mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-27 20:58:47 +00:00
Printing: add table backgrounds and borders to six dives template
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com> Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com>
This commit is contained in:
parent
4f9349f548
commit
2d360e8a6d
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
font-size: {{ template_options.font_size }}vw;
|
||||
line-height: {{ template_options.line_spacing }};
|
||||
font-family: {{ template_options.font }};
|
||||
color: {{ template_options.color4 }};
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
@ -69,6 +70,8 @@
|
|||
border-style:solid;
|
||||
border-color: {{ template_options.color6 }};
|
||||
font-size: {{ template_options.font_size }}vw;
|
||||
background-color: {{ template_options.color3 }};
|
||||
color: {{ template_options.color4 }};
|
||||
}
|
||||
|
||||
.notes_table_class {
|
||||
|
|
Loading…
Reference in a new issue