diff options
Diffstat (limited to 'printing_templates/one_dive.html')
-rw-r--r-- | printing_templates/one_dive.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/printing_templates/one_dive.html b/printing_templates/one_dive.html index 52b8097c9..ce58b3847 100644 --- a/printing_templates/one_dive.html +++ b/printing_templates/one_dive.html @@ -2,7 +2,7 @@ <head> <style> body { - background-color: white; + background-color: {{ template_options.color1 }}; padding: 0; margin: 0; font-size: {{ template_options.font_size }}vw; @@ -69,7 +69,7 @@ } .fieldTitle { - background-color: #CfC7C5; + background-color: {{ template_options.color2 }}; overflow: hidden; } |