diff next/index.css @ 57:b3addcd4486c

extract css/js to their own files (patch is contaminated with some parameterization code)
author drewp@bigasterisk.com
date Fri, 26 Apr 2024 15:35:23 -0700
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/next/index.css	Fri Apr 26 15:35:23 2024 -0700
@@ -0,0 +1,8 @@
+section {
+  margin-left: 2em;
+}
+
+h1,
+h2 {
+  border-top: 1px solid lightgray;
+}