Give it it's own CSS file.

It's good enough for now.
This commit is contained in:
sforman
2023-09-28 18:37:01 -07:00
parent aeb1eee646
commit c3054377a6
6 changed files with 1050 additions and 1148 deletions
+1009 -1133
View File
File diff suppressed because it is too large Load Diff
+33
View File
@@ -0,0 +1,33 @@
body {
background: #fff;
color: black;
font-family: 'EB Garamond 12';
}
footer {
margin-top: 2em;
font-family: 'EB Garamond SC 08';
font-size: x-small;
text-align: center;
}
code {
background: #eee;
}
pre {
background: #eee;
margin-left: 2em;
margin-right: 2em;
margin-bottom: 1em;
font-family: 'Inconsolata';
padding: 0.5em;
}
blockquote {
font-family: monospace, 'Inconsolata';
background: #eee;
border-left: 0.2em solid black;
padding: 0.5em;
}