style.css (290B)
1 body {
2 margin: auto;
3 max-width: 60ch;
4 padding: 1em;
5 line-height: 1.5;
6 }
7 img, video {
8 max-width: 100%;
9 }
10 table {
11 margin: auto;
12 }
13 td {
14 padding: 2px 5px 1px 5px;
15 border-top: 1px dotted;
16 }
17 pre {
18 overflow-x: auto;
19 }
20 {{ partial "css/custom.css" . | safeCSS }}