Links in paragraph are hard to identify #68

Closed
opened 2022-08-19 14:13:45 +00:00 by prx · 4 comments
Collaborator
index 650b314..2d26132 100644
--- a/issues/_common/header
+++ b/issues/_common/header
@@ -58,6 +58,9 @@ a {
     color: black;
     text-decoration: none;
 }
+p a {
+    text-decoration: underline;
+{

 .permalink::before { content: "↗ "; }
 .permalink:hover { color: darkblue; }
``` index 650b314..2d26132 100644 --- a/issues/_common/header +++ b/issues/_common/header @@ -58,6 +58,9 @@ a { color: black; text-decoration: none; } +p a { + text-decoration: underline; +{ .permalink::before { content: "↗ "; } .permalink:hover { color: darkblue; } ```
Author
Collaborator

Any thoughts about this ?

Any thoughts about this ?
Collaborator

The easiest solution is to change text-decoration value from none to underline.
You won't need to add anything else after that and every link will be more visible :)

The easiest solution is to change text-decoration value from none to underline. You won't need to add anything else after that and every link will be more visible :)
Owner

good idea, please submit a PR so I can merge the changes

good idea, please submit a PR so I can merge the changes
vinishor added a new dependency 2022-09-01 20:55:25 +00:00
Collaborator

PR added

PR added
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Depends on
Reference: solene/openbsd-webzine#68
No description provided.