From e7174c59064a0c895f7466cf8efa784ea1aedcf7 Mon Sep 17 00:00:00 2001 From: Sarah Conway Date: Thu, 30 Mar 2017 12:00:38 -0700 Subject: [PATCH] fix link appearance --- static/css/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index f7c2cb3..e8c24ac 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -32,8 +32,7 @@ a { font-weight: bold; - color: #383b43; - text-decoration: none; + color: #2298AC; } a:active, a:hover { -- 2.39.5