From fdfc6cc7d604bd57804b79546f701b4a076b313f Mon Sep 17 00:00:00 2001 From: Kabir Shah Date: Tue, 29 May 2018 19:47:55 -0700 Subject: [PATCH] make button brighter --- web/css/index.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/css/index.css b/web/css/index.css index 9c2cee44..1af7c52f 100644 --- a/web/css/index.css +++ b/web/css/index.css @@ -20,9 +20,9 @@ } #head a:nth-child(3) button { - background: hsl(240, 100%, 14%); - border: 1px solid hsl(240, 100%, 20%); - color: hsl(240, 100%, 90%); + background: hsl(245, 100%, 64%); + border: 1px solid hsl(245, 100%, 57%); + color: #E6E6E6; } #head a:nth-child(4) button {