diff options
Diffstat (limited to 'src/tmpl.html')
-rw-r--r-- | src/tmpl.html | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/src/tmpl.html b/src/tmpl.html index a96320a..70dba34 100644 --- a/src/tmpl.html +++ b/src/tmpl.html @@ -10,9 +10,10 @@ body { max-width: 70ch; font-family: sans-serif; - line-height: 1.3; + line-height: 1.4; margin: 2em auto; padding: 0 1ch; + text-align: justify; } .sidenote { @@ -36,6 +37,15 @@ header p { margin: 0; margin-bottom: .5em; } + +.sourceCode .co { font-style: italic; } +pre { + white-space: pre-wrap; + border-left: .5ch lightgray solid; + padding-left: .5ch; +} +sup {vertical-align: top; font-size: .6em;} +p code {font-size: 1rem;} </style> $for(header-includes)$ $header-includes$ |