mirror of
https://github.com/nadrad/h-m-m.git
synced 2026-03-13 20:25:45 +01:00
small improvement in font styling of exported htmls
This commit is contained in:
parent
b90bc6649d
commit
761192e3c2
1 changed files with 2 additions and 1 deletions
3
h-m-m
3
h-m-m
|
|
@ -2394,7 +2394,8 @@ function export_html()
|
|||
.'<meta charset="UTF-8">'
|
||||
.'<meta name=viewport content="width=device-width,initial-scale=1,user-scalable=yes">'
|
||||
.'<style>'
|
||||
.'body { background-color: #222; color: #ddd; font-family: monospace; padding: 0; font-size: 16px; }'
|
||||
.'body { background-color: #222; color: #ddd; padding: 0; font-size: 16px; }'
|
||||
.'* {font-family:monospace}'
|
||||
.'#root {margin:10px 0}'
|
||||
.'p:before { content: "━ "; }'
|
||||
.'p, summary { padding: 8px; margin: 0; font-size: 16px; }'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue