diff options
-rw-r--r-- | themes/bartik/color/color.inc | 2 | ||||
-rw-r--r-- | 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 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', diff --git a/themes/bartik/css/colors.css b/themes/bartik/css/colors.css index 91595b4a8..0e7ef684c 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 { |