From 2b655ed6c1f69c80a07d84e924b14913e754b818 Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Wed, 20 May 2015 10:48:52 -0300 Subject: [PATCH] Normalize colors --- src/css/mobile.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/css/mobile.css b/src/css/mobile.css index 40d2297d6..f686dc8e5 100644 --- a/src/css/mobile.css +++ b/src/css/mobile.css @@ -729,8 +729,8 @@ textarea:focus .create-tab { width: 100%; border-bottom: 1px solid #DEDFE1; - margin-bottom: 25px; - padding: 0 0 .58rem; + margin-bottom: 20px; + padding: 0 0 .5rem; } .create-tab a { @@ -744,14 +744,14 @@ textarea:focus .create-tab a:hover, .create-tab a:focus { - color: #206ae3; + color: #2C3E50; } .create-tab a.selected, .create-tab a:active { font-weight: 600; - color: #4683E8; - border-bottom: 3px solid #4683E8; + color: #2C3E50; + border-bottom: 3px solid #2C3E50; } /* removes 300ms in IE */