Skip to content

Commit

Permalink
line height 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
treatmesubj committed Jul 17, 2023
1 parent c212df7 commit 13e6a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion httpmdhtml/md_to_html.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def markdown_to_html(
css = f.read()
else: # #272822
css = """
body { background-color: #272822; color: #e6edf3; font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji"; position: relative; max-width: 960px; margin: auto }
body { background-color: #272822; color: #e6edf3; font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji"; position: relative; max-width: 960px; margin: auto; line-height: 1.5; }
a[href] { color: #66d9ef; }
code { color: #e6edf3; font-family: monospace; white-space: break-spaces; }
p code { padding: .2em .4em; border-radius: 6px; background-color: #343941; }
Expand Down

0 comments on commit 13e6a0a

Please sign in to comment.