From 799da38a9b6f85365c4cc20c3267dfa58a5114ed Mon Sep 17 00:00:00 2001 From: maciejhirsz Date: Thu, 12 Jul 2018 18:28:52 +0200 Subject: [PATCH] More restying --- packages/frontend/src/components/Chain.css | 2 +- packages/frontend/src/components/Chains.css | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/frontend/src/components/Chain.css b/packages/frontend/src/components/Chain.css index 3886cb8..e9ef150 100644 --- a/packages/frontend/src/components/Chain.css +++ b/packages/frontend/src/components/Chain.css @@ -2,7 +2,7 @@ width: 100%; height: 108px; overflow: hidden; - background: #eee; + background: #fff; color: #000; } diff --git a/packages/frontend/src/components/Chains.css b/packages/frontend/src/components/Chains.css index 3022eb4..5bb7fcc 100644 --- a/packages/frontend/src/components/Chains.css +++ b/packages/frontend/src/components/Chains.css @@ -1,6 +1,6 @@ .Chains { - background: #3c3c3b; - color: #fff; + background: #ccc; + color: #000; padding: 0 1em; height: 40px; } @@ -11,8 +11,8 @@ .Chains-chain { padding: 0 12px; - background: #222; - color: #999; + background: #bbb; + color: #444; display: inline-block; margin: 0 0 0 1px; height: 40px; @@ -33,7 +33,7 @@ } .Chains-chain-selected { - background: #eee; + background: #fff; color: #000; z-index: 1; }