Skip to content

Commit

Permalink
Set background color for preview HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
lukakerr committed Aug 7, 2018
1 parent 28b2d7a commit 0c9c37c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Twig/Models/HTML.swift
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ class HTML {
<style>
\(css)
\(baseCSS)
html, body { background: \(theme.background.hex); }
code { background: \(theme.code.hex) !important }
p, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, table, tr { color: \(theme.text.hex); }
table tr { background: \(theme.background.hex); }
Expand Down

0 comments on commit 0c9c37c

Please sign in to comment.