summaryrefslogtreecommitdiff
path: root/themes/bartik/color
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-09-16 20:52:01 +0000
committerDries Buytaert <dries@buytaert.net>2010-09-16 20:52:01 +0000
commit6d796e91eeb894efe97fd4073a25e4c7030385bf (patch)
tree4fa7453f87a5372063c017226cd7c1d2f64d7af1 /themes/bartik/color
parent2c10d1526fa2feddbbd40f73a9cb894091a5d8a7 (diff)
downloadbrdo-6d796e91eeb894efe97fd4073a25e4c7030385bf.tar.gz
brdo-6d796e91eeb894efe97fd4073a25e4c7030385bf.tar.bz2
- Patch #908966 by Jeff Burnz: Bartik's default link color has inadequate contrast to background (WCAG 2.0 violation).
Diffstat (limited to 'themes/bartik/color')
-rw-r--r--themes/bartik/color/color.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/bartik/color/color.inc b/themes/bartik/color/color.inc
index be94e7181..cc76f44b9 100644
--- a/themes/bartik/color/color.inc
+++ b/themes/bartik/color/color.inc
@@ -23,7 +23,7 @@ $info = array(
'title' => t('Blue Lagoon (default)'),
'colors' => array(
'bg' => '#ffffff',
- 'link' => '#288cc9',
+ 'link' => '#0071B3',
'top' => '#0779bf',
'bottom' => '#48a9e4',
'text' => '#3b3b3b',