summary refs log tree commit diff
path: root/src/tmpl.html
diff options
context:
space:
mode:
authordzwdz2024-03-04 23:30:01 +0100
committerdzwdz2024-03-04 23:30:01 +0100
commit3e22951e03a20bf7836b6c0e2c25e2cb7059a2f1 (patch)
tree76ad4cb250b90a975eb963d4588e22b3cdf86751 /src/tmpl.html
parent3fa1272b0a05a1371bdad78c03db651950ab5200 (diff)
python article, slight style changes
Diffstat (limited to 'src/tmpl.html')
-rw-r--r--src/tmpl.html12
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$