A little more work on the ref doc.

This commit is contained in:
sforman
2023-10-01 09:21:16 -07:00
parent d723724193
commit 8661373435
4 changed files with 398 additions and 2704 deletions
+6 -3
View File
@@ -2,7 +2,7 @@
body {
background: #fff;
color: black;
font-family: 'EB Garamond 12';
font-family: 'EB Garamond 16';
}
footer {
@@ -21,7 +21,7 @@ pre {
margin-left: 2em;
margin-right: 2em;
margin-bottom: 1em;
font-family: 'Inconsolata';
font-family: monospace, 'Inconsolata';
padding: 0.5em;
}
@@ -50,9 +50,12 @@ a.self_link:hover {
font-family: monospace, 'Inconsolata';
}
span.kind {
color: #fff;
background: #555;
padding: 0.1em;
}
h3 {
margin-bottom: 0.1em;
}