Nevada annotations
[Ultimately_Untrue_Thought.git] / theme / static / css / main.css
index 8531a76..d63eb71 100644 (file)
@@ -368,3 +368,15 @@ p.flower-break {
 .footnote {
     font-size: 85%;
 }
+
+.comments-link-container {
+    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;
+}