From 5f87fe501e2abd00a7b65b85e1f7204e1ac0150c Mon Sep 17 00:00:00 2001 From: Ken Kellner Date: Tue, 12 Jun 2018 20:24:56 -0400 Subject: Change link colors --- src/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/style.css b/src/style.css index de6799e..7d704d5 100644 --- a/src/style.css +++ b/src/style.css @@ -52,3 +52,7 @@ code.r{ /* Code block */ pre { /* Code block - determines code spacing between lines */ font-size: 16px; } + +a:link { color:#17547f; text-decoration: none;} +a:visited { color:#17547f; text-decoration: none;} +a:hover { color:#17547f; text-decoration: underline;} -- cgit v1.2.3