remove underlines for TOC, blog/post title, page links
authorZack M. Davis <ultimatelyuntruethought@gmail.com>
Sun, 4 Feb 2024 02:20:18 +0000 (18:20 -0800)
committerZack M. Davis <ultimatelyuntruethought@gmail.com>
Sun, 4 Feb 2024 02:22:54 +0000 (18:22 -0800)
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 {