Skip to content

Commit

Permalink
lreq template: Make live links stand out
Browse files Browse the repository at this point in the history
  • Loading branch information
r12a committed Jul 3, 2024
1 parent a811f23 commit 0ce32cd
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion templates/lreq_doc/local.css
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,22 @@ dl.reslinks {



.variable.empty, .variable.empty:visited {
.variable.empty[href], .variable.empty[href]:visited {
color: gray;
font-style: italic;
}


.reslinks a[href] {
color: chocolate;
}
.reslinks a[href]:visited {
color: chocolate;
}







0 comments on commit 0ce32cd

Please sign in to comment.