From 77e6365c2536b562bc698a0e3ed68c292128f533 Mon Sep 17 00:00:00 2001 From: Cade Scroggins Date: Tue, 23 Feb 2016 14:46:25 -0600 Subject: [PATCH] change up color scheme --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 145e37a..c25c052 100644 --- a/index.html +++ b/index.html @@ -22,8 +22,8 @@ height: 100%; margin: 0; padding: 0; - background: #29323c; - color: #fff; + background: #fff; + color: #111; text-align: center; } @@ -59,7 +59,7 @@ .search__text { padding: 0.75rem; - background-color: #3F4A56; + background-color: #222; border-radius: 2px; color: #fff; font-size: 1.1rem; @@ -68,7 +68,7 @@ .help { height: 0; margin: 1rem auto 0; - border-right: dashed 1px #fff; + border-right: dashed 1px #ddd; transition: height 0.2s linear; text-align: left; line-height: 1rem;