projects
/
esy-publish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
899d927
)
Use a different style for links to notes
author
Eshel Yaron
<me@eshelyaron.com>
Sun, 16 Apr 2023 15:58:07 +0000
(18:58 +0300)
committer
Eshel Yaron
<me@eshelyaron.com>
Sun, 16 Apr 2023 15:58:07 +0000
(18:58 +0300)
source/style.css
patch
|
blob
|
history
diff --git
a/source/style.css
b/source/style.css
index 6a5655a2cea24e19d2b684483082db9bd7435aab..a4afa6417344000c137c4b840fdbbee2f0e185dd 100644
(file)
--- 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;
}