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