]> git.eshelyaron.com Git - esy-publish.git/commitdiff
Use a different style for links to notes
authorEshel Yaron <me@eshelyaron.com>
Sun, 16 Apr 2023 15:58:07 +0000 (18:58 +0300)
committerEshel Yaron <me@eshelyaron.com>
Sun, 16 Apr 2023 15:58:07 +0000 (18:58 +0300)
source/style.css

index 6a5655a2cea24e19d2b684483082db9bd7435aab..a4afa6417344000c137c4b840fdbbee2f0e185dd 100644 (file)
@@ -5,10 +5,14 @@ body {
     margin-right: auto;
     width: 90%;
     max-width: 82ch;
-    /* font-size: 1.1em; */
     font-family: "Helvetica Neue", sans-serif;
 }
 
+a:link.note-link, a:visited.note-link {
+    text-decoration-style: dotted;
+    color: #ffffff;
+}
+
 a:link {
     color: #00c089;
 }