This is an automated email from the ASF dual-hosted git repository.

jamesbognar pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/juneau-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new c83da39  Fix link colors.
c83da39 is described below

commit c83da39179e76752724d9a8605969325895b849f
Author: JamesBognar <jamesbog...@apache.org>
AuthorDate: Wed Mar 7 12:54:32 2018 -0500

    Fix link colors.
---
 content/styles/juneau-doc.css | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/content/styles/juneau-doc.css b/content/styles/juneau-doc.css
index c0fce8f..505f424 100755
--- a/content/styles/juneau-doc.css
+++ b/content/styles/juneau-doc.css
@@ -379,7 +379,9 @@ ul.doctree {
 
 /* Article links */
 a.doclink {
-       font-weight: bold;
+       text-decoration: none;
+    color: #4c6b87;
+       font-weight: bold;
        border-bottom: 1px dotted #4c6b87;
 }
 

-- 
To stop receiving notification emails like this one, please contact
jamesbog...@apache.org.

Reply via email to