From 13ce2312ce144e31c92e06c0f695101a483d3e39 Mon Sep 17 00:00:00 2001 From: bhansa Date: Tue, 9 Apr 2019 15:09:55 +0530 Subject: [PATCH] updated blue color to remove color contrast errors --- assets/css/styles.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/css/styles.css b/assets/css/styles.css index e863661..9d18b0e 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -58,7 +58,7 @@ svg { left: 0; right: 0; height: 100px; - background: #28a3d7; + background: #0c5b7c; color: white; display: flex; align-items: center; @@ -69,7 +69,7 @@ a:link, a:visited, a:hover, a:active { - color: #28a3d7; + color: #0c5b7c; text-decoration: none; border-bottom: 2px solid #f6aa3c; } @@ -85,7 +85,7 @@ a:active { } .navbar a { margin-right: 1%; - font-size: .7rem; + font-size: 1rem; } @media screen and (max-width: 480px) { .header {