From bb448e86ffb94e03743d6de5c8ffdd9283860f01 Mon Sep 17 00:00:00 2001 From: Kabir Shah Date: Tue, 29 May 2018 20:09:15 -0700 Subject: [PATCH] consistent colors --- web/css/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/css/index.css b/web/css/index.css index 1af7c52f..17b3c118 100644 --- a/web/css/index.css +++ b/web/css/index.css @@ -21,8 +21,8 @@ #head a:nth-child(3) button { background: hsl(245, 100%, 64%); - border: 1px solid hsl(245, 100%, 57%); - color: #E6E6E6; + border: 1px solid hsl(245, 100%, 64%); + color: #F7F7F7; } #head a:nth-child(4) button {