Skip to content

Commit

Permalink
Make Markdown preview to look more native to macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
livid committed Nov 8, 2023
1 parent 8022eb5 commit c656df2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions Planet/Templates/WriterBasic.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@

body {
background-color: var(--background-color);
padding: 20px;
padding: 10px;
margin: 0;
font-family: helvetica neue, Arial, hiragino sans gb, microsoft yahei, sans-serif;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe WPC', 'Segoe UI', system-ui, 'Ubuntu', 'Droid Sans', sans-serif;
font-size: 14px;
}

h1 {
Expand Down Expand Up @@ -89,7 +90,9 @@

p:first-child,
ul:first-child,
ol:first-child {
ol:first-child,
h1:first-child,
h2:first-child {
margin-top: 0;
}

Expand Down
2 changes: 1 addition & 1 deletion Planet/versioning.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CURRENT_PROJECT_VERSION = 1767
CURRENT_PROJECT_VERSION = 1769

0 comments on commit c656df2

Please sign in to comment.