Skip to content

Commit

Permalink
fix: Account for Typora-isms so Torillic works in regular HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
TEParsons committed Oct 15, 2023
1 parent d17d92d commit be9746c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions typora/torillic.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ content, .typora-export-content {
background-image: url("torillic/torillic-bg.jpg");
background-size: cover;
background-position: center;
background-attachment: fixed;
}
.typora-export-content {
top: 0;
Expand Down Expand Up @@ -290,6 +291,7 @@ blockquote {
padding: 12pt;
border-top: 3pt solid var(--red);
border-bottom: 3pt solid var(--red);
margin: 1rem 0;
}

blockquote blockquote {
Expand All @@ -306,6 +308,7 @@ pre, .md-fences {

.md-image {
z-index: 0;
max-width: 100%;
}

.md-image:before {
Expand Down

0 comments on commit be9746c

Please sign in to comment.