From 638ccece4b4ecf281885dedcaad6061b0bafaab8 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Sun, 16 Apr 2023 18:58:07 +0300 Subject: [PATCH] Use a different style for links to notes --- source/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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; } -- 2.39.2