Apply fontname and bgcolor to output HTML

Co-authored-by: kvid <kvid@users.noreply.github.com>
This commit is contained in:
Daniel Rojas 2021-09-28 20:32:20 +02:00
parent 960f20e6ef
commit 36195e1cbb
2 changed files with 3 additions and 2 deletions

View File

@ -7,7 +7,8 @@
<title><!-- %title% --></title> <title><!-- %title% --></title>
<style> <style>
body { body {
font-family: Arial; font-family: <!-- %fontname% -->;
background-color: <!-- %bgcolor% -->;
} }
table { table {

View File

@ -20,7 +20,7 @@
} }
</style> </style>
</head><body style="font-family:arial;background-color:#FFFFFF"> </head><body style="font-family:<!-- %fontname% -->;background-color:<!-- %bgcolor% -->">
<h1><!-- %title% --></h1> <h1><!-- %title% --></h1>
<h2>Diagram</h2> <h2>Diagram</h2>