From 6d796e91eeb894efe97fd4073a25e4c7030385bf Mon Sep 17 00:00:00 2001 From: Dries Buytaert <dries@buytaert.net> Date: Thu, 16 Sep 2010 20:52:01 +0000 Subject: [PATCH] - Patch #908966 by Jeff Burnz: Bartik's default link color has inadequate contrast to background (WCAG 2.0 violation). --- themes/bartik/color/color.inc | 2 +- themes/bartik/css/colors.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/bartik/color/color.inc b/themes/bartik/color/color.inc index be94e7181901..cc76f44b9e65 100644 --- a/themes/bartik/color/color.inc +++ b/themes/bartik/color/color.inc @@ -23,7 +23,7 @@ 'title' => t('Blue Lagoon (default)'), 'colors' => array( 'bg' => '#ffffff', - 'link' => '#288cc9', + 'link' => '#0071B3', 'top' => '#0779bf', 'bottom' => '#48a9e4', 'text' => '#3b3b3b', diff --git a/themes/bartik/css/colors.css b/themes/bartik/css/colors.css index 91595b4a8afc..0e7ef684cf8f 100644 --- a/themes/bartik/css/colors.css +++ b/themes/bartik/css/colors.css @@ -28,7 +28,7 @@ body.overlay { background-image: -moz-linear-gradient(-90deg, #0779bf, #48a9e4); } a { - color: #288CC9; + color: #0071B3; } a:hover, a:focus { -- GitLab