diff --git a/templates/lreq_doc/local.css b/templates/lreq_doc/local.css index be65433..b938e1b 100644 --- a/templates/lreq_doc/local.css +++ b/templates/lreq_doc/local.css @@ -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; + } + + + + +