diff options
Diffstat (limited to 'printing_templates/Two Dives.html')
-rw-r--r-- | printing_templates/Two Dives.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/printing_templates/Two Dives.html b/printing_templates/Two Dives.html index 463942ab5..288a20262 100644 --- a/printing_templates/Two Dives.html +++ b/printing_templates/Two Dives.html @@ -40,7 +40,7 @@ box-sizing: border-box; border:max(0.1vw, 1px); border-style:solid; - border-color: {{ template_options.color5 }}; + border-color: {{ template_options.color6 }}; } .table_class { @@ -53,7 +53,7 @@ box-sizing: border-box; border:max(0.1vw, 1px); border-style:solid; - border-color: {{ template_options.color5 }}; + border-color: {{ template_options.color6 }}; } .notes_table_class { @@ -66,18 +66,18 @@ box-sizing: border-box; border:max(0.1vw, 1px); border-style:solid; - border-color: {{ template_options.color5 }}; + border-color: {{ template_options.color6 }}; } .fieldTitle { background-color: {{ template_options.color2 }}; - color: {{ template_options.color3 }}; + color: {{ template_options.color4 }}; overflow: hidden; padding:0; } .fieldData { - color: {{ template_options.color4 }}; + color: {{ template_options.color5 }}; } .diveProfile { |