From 253aa24fc99bbdfbddf9e7de8fe73ceae7d17f37 Mon Sep 17 00:00:00 2001 From: Sarah Conway Schnurr Date: Mon, 17 Jun 2019 12:43:26 -0700 Subject: [PATCH] Change link color --- static/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/style.css b/static/css/style.css index 1c8d2c5..b0a877b 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -27,6 +27,7 @@ a { } a:not(.nav-link):not(.navbar-brand) { + color: #0063CE; text-decoration: underline; } -- 2.39.5