From 2ca0d4ad7e888e7d44029500f1f8276721ae27ab Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sat, 27 Jul 2019 17:36:58 -0700 Subject: [PATCH] change to blue links --- local.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/local.css b/local.css index 6ddff8e..1c31ac3 100644 --- a/local.css +++ b/local.css @@ -135,10 +135,10 @@ h1, h2, h3, h4 { font-weight: normal; margin: 10px 0 -10px; } p + p { margin-top: 8px; } -a:link { text-decoration: underline; color: #59c903; } -a:visited { text-decoration: underline; color: #5d9a20; } +a:link { text-decoration: underline; color: #222277; } +a:visited { text-decoration: underline; color: #000044; } a:hover { background: #efefef; text-decoration: none; color: #333; } -a:active { background: #efefef; text-decoration: underline; color: #00ff00; } +a:active { background: #efefef; text-decoration: underline; color: #222299; } hr { border: 0; height: 1px; color: #333; margin: 10px 0; background-color: #666; } -- 2.39.5