make sure to include Twitter links in recap
[Ultimately_Untrue_Thought.git] / theme / static / css / main.css
index db4740d..c8fdbf8 100644 (file)
@@ -417,11 +417,23 @@ p.flower-break {
        text-indent: 0;
        right: calc(100% + 0.5em);
        text-align: right;
-       color: #bbb;    
+       color: #bbb;
 }
+
+/* remove link underlines for navigational links */
 .toc a {
-       border: none;
+    text-decoration: none;
+}
+.title {
+    text-decoration: none;
+}
+.pages a {
+    text-decoration: none;
 }
+.content h1 a {
+    text-decoration: none;
+}
+
 
 /* And thanks again to Said Achmiz for making superscripts not mess up line spacing. */
 sup, sub {