Skip to content

Commit 13e6a0a

Browse files
committed
line height 1.5
1 parent c212df7 commit 13e6a0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

httpmdhtml/md_to_html.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def markdown_to_html(
3838
css = f.read()
3939
else: # #272822
4040
css = """
41-
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 }
41+
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; }
4242
a[href] { color: #66d9ef; }
4343
code { color: #e6edf3; font-family: monospace; white-space: break-spaces; }
4444
p code { padding: .2em .4em; border-radius: 6px; background-color: #343941; }

0 commit comments

Comments
 (0)