From edc0efd0951cd1eeefbc33cf6c10813fee5d5ee4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Rene=CC=81e=20Beach?= Date: Fri, 22 Nov 2013 13:25:27 -0500 Subject: [PATCH] Issue #2125621 by anandps, jessebeach | mgifford: Drupala11y.org finds two new color contrast issues. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: J. ReneĢe Beach --- core/themes/bartik/color/color.inc | 4 ++-- core/themes/bartik/css/colors.css | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/core/themes/bartik/color/color.inc b/core/themes/bartik/color/color.inc index f70450c..d05d3ff 100644 --- a/core/themes/bartik/color/color.inc +++ b/core/themes/bartik/color/color.inc @@ -26,8 +26,8 @@ 'default' => array( 'title' => t('Blue Lagoon (default)'), 'colors' => array( - 'top' => '#0779bf', - 'bottom' => '#48a9e4', + 'top' => '#05598d', + 'bottom' => '#1d85c5', 'bg' => '#ffffff', 'sidebar' => '#f6f6f2', 'sidebarborders' => '#f9f9f9', diff --git a/core/themes/bartik/css/colors.css b/core/themes/bartik/css/colors.css index 96f3877..86002a9 100644 --- a/core/themes/bartik/css/colors.css +++ b/core/themes/bartik/css/colors.css @@ -21,13 +21,13 @@ body.overlay { border-bottom: 1px solid #ffffff; } #header { - background-color: #48a9e4; - background-image: -moz-linear-gradient(top, #0779bf 0%, #48a9e4 100%); - background-image: -ms-linear-gradient(top, #0779bf 0%, #48a9e4 100%); - background-image: -o-linear-gradient(top, #0779bf 0%, #48a9e4 100%); - background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0779bf), color-stop(1, #48a9e4)); - background-image: -webkit-linear-gradient(top, #0779bf 0%, #48a9e4 100%); - background-image: linear-gradient(top, #0779bf 0%, #48a9e4 100%); + background-color: #1d85c5; + background-image: -moz-linear-gradient(to bottom, #05598d 0%, #1d85c5 100%); + background-image: -ms-linear-gradient(to bottom, #05598d 0%, #1d85c5 100%); + background-image: -o-linear-gradient(to bottom, #05598d 0%, #1d85c5 100%); + background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.7, #05598d), color-stop(1, #1d85c5)); + background-image: -webkit-linear-gradient(to bottom, #05598d 0%, #1d85c5 100%); + background-image: linear-gradient(to bottom, #05598d 0%, #1d85c5 100%); } a, .link { -- 1.8.2