From: Eshel Yaron Date: Sun, 16 Apr 2023 15:58:07 +0000 (+0300) Subject: Use a different style for links to notes X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=638ccece4b4ecf281885dedcaad6061b0bafaab8;p=esy-publish.git Use a different style for links to notes --- diff --git a/source/style.css b/source/style.css index 6a5655a..a4afa64 100644 --- a/source/style.css +++ b/source/style.css @@ -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; }