diff --git a/typora/torillic.css b/typora/torillic.css index ca2629b..3af44c9 100644 --- a/typora/torillic.css +++ b/typora/torillic.css @@ -107,12 +107,19 @@ content:after, .typora-export-content:after { content:after, .typora-export-content:after { display: none; } + body { + min-height: 0; + margin: 0; + overflow-y: visible; + background: none; + } + html { + background-image: url("https://www.dndbeyond.com/content/1-0-1895-0/skins/waterdeep/images/mon-summary/paper-texture.png"); + background-color: var(--offwhite); + } #write, #typora-source { - min-height: 0; - padding: 0; - overflow-y: visible; - box-shadow: none; - background: none; + background: none; + box-shadow: none; } }