From 2fe47bf0eece849bf6cc71989de62c061e13798a Mon Sep 17 00:00:00 2001 From: Nathan Chapman Date: Sun, 9 Jun 2019 10:27:21 -0700 Subject: [PATCH] Update link color --- styles/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles/index.css b/styles/index.css index 06c07ef..9282bed 100644 --- a/styles/index.css +++ b/styles/index.css @@ -21,6 +21,10 @@ p { margin-bottom: 1.25em; } +a { + color: #333; +} + h1, h2, h3, h4, h5 { font-size: 1.75em; margin: 2.75rem 0 1rem;