Apply fontname and bgcolor to output HTML
Co-authored-by: kvid <kvid@users.noreply.github.com>
This commit is contained in:
parent
960f20e6ef
commit
36195e1cbb
3
src/wireviz/templates/din-6771.html
generated
3
src/wireviz/templates/din-6771.html
generated
@ -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 {
|
||||||
|
|||||||
2
src/wireviz/templates/simple.html
generated
2
src/wireviz/templates/simple.html
generated
@ -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>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user