prune sim: improve documentation layout

Better line height, some margin on the edges, and max width to avoid
very long lines on wide displays.

Avoid to much contrast by using black on white, use a very dark grey
instead.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-11-07 13:28:49 +01:00
parent d669a739b2
commit 5174956548

View File

@ -2,6 +2,16 @@
<html>
<head>
<style>
body {
max-width: 90ch;
margin-left: 2ch;
margin-right: 2ch;
line-height: 1.5em;
color: #454545;
}
h1, h2, h3 {
line-height:1.2
}
tt, code {
background-color: #ecf0f3;
color: #222;