Skip to content

Commit

Permalink
chores: Migrate changes from 2.0.1 into main
Browse files Browse the repository at this point in the history
  • Loading branch information
TEParsons committed Oct 5, 2023
1 parent 6b79d52 commit a66deee
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions typora/torillic.css
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,22 @@ content:before {
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;
background: none;
box-shadow: none;
box-shadow: none;
background: none;
box-shadow: none;
background: none;
}
}
Expand Down Expand Up @@ -285,6 +296,12 @@ blockquote blockquote {
background-color: rgba(255, 255, 255, 0.5);
}

pre, .md-fences {
background: var(--green);
padding: 12pt;
break-inside: avoid;
}

/** Images **/

.md-image {
Expand Down

0 comments on commit a66deee

Please sign in to comment.