diff --git a/templates/style.css b/templates/style.css index 01188f2..1497c79 100644 --- a/templates/style.css +++ b/templates/style.css @@ -1,16 +1,18 @@ -body{ +body { padding: 1em; + font-family: sans-serif; } pre{ background-color: #eee; overflow-x: auto; + padding: 0.5em; } blockquote{ font-style: italic; } -main h1{ - font-size:xx-large; +header h1{ + font-size:3em; } th,td{ border-style:ridge;