diff options
Diffstat (limited to 'printing_templates/Six Dives.html')
-rw-r--r-- | printing_templates/Six Dives.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/printing_templates/Six Dives.html b/printing_templates/Six Dives.html index 5b2652f05..3f2c7b95e 100644 --- a/printing_templates/Six Dives.html +++ b/printing_templates/Six Dives.html @@ -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 { |