memoir: pt. 3 section headers
[Ultimately_Untrue_Thought.git] / theme / static / css / main.css
index 057c4d0..54267af 100644 (file)
@@ -115,6 +115,10 @@ h1 {
   font-size: 2em;
 }
 
+h3 {
+  font-size: 1.35em;
+}
+
 h1 a {
   color: inherit;
   border-bottom: none;
@@ -373,3 +377,10 @@ p.flower-break {
     font-weight: bold;
     font-size: 85%;
 }
+
+// XXX—why isn't this working?!
+// https://stackoverflow.com/questions/15643614/double-underline-tag
+.extra-underline {
+    text-decoration: underline;
+    border-bottom: 3px double solid #000;
+}