diff --git a/internal/epub/templates/epub_templates_style.css.tmpl b/internal/epub/templates/epub_templates_style.css.tmpl index f97bdf7..0f6033d 100644 --- a/internal/epub/templates/epub_templates_style.css.tmpl +++ b/internal/epub/templates/epub_templates_style.css.tmpl @@ -4,6 +4,8 @@ } body { + color: #{{ .View.Color.Foreground }}; + background: #{{ .View.Color.Background }}; display: block; margin: 0; padding: 0; @@ -19,5 +21,4 @@ div { img { margin: 0; padding: 0; - height: {{ .View.Height }}px; } \ No newline at end of file diff --git a/internal/epub/templates/epub_templates_text.xhtml.tmpl b/internal/epub/templates/epub_templates_text.xhtml.tmpl index 2042dcb..55aa8f2 100644 --- a/internal/epub/templates/epub_templates_text.xhtml.tmpl +++ b/internal/epub/templates/epub_templates_text.xhtml.tmpl @@ -9,7 +9,7 @@