Skip to content
Snippets Groups Projects
Commit 5f6ca548 authored by Angie Byron's avatar Angie Byron
Browse files

Revert "Issue #2125621 by anandps, mgifford, davidhernandez, jessebeach,...

Revert "Issue #2125621 by anandps, mgifford, davidhernandez, jessebeach, mparker17: Fixed drupala11y.org finds two new color contrast issues."

Needs more discussion/review, given strong visual impact.

This reverts commit cdf25d79.
parent c1a17358
No related branches found
No related tags found
No related merge requests found
......@@ -28,8 +28,8 @@
'default' => array(
'title' => t('Blue Lagoon (default)'),
'colors' => array(
'top' => '#055a8e',
'bottom' => '#1971a7',
'top' => '#0779bf',
'bottom' => '#48a9e4',
'bg' => '#ffffff',
'sidebar' => '#f6f6f2',
'sidebarborders' => '#f9f9f9',
......
......@@ -20,13 +20,13 @@ body {
border-bottom: 1px solid #ffffff;
}
#header {
background-color: #1971a7;
background-image: -moz-linear-gradient(to bottom, #055a8e 0%, #1971a7 100%);
background-image: -ms-linear-gradient(to bottom, #055a8e 0%, #1971a7 100%);
background-image: -o-linear-gradient(to bottom, #055a8e 0%, #1971a7 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.7, #055a8e), color-stop(1, #1971a7));
background-image: -webkit-linear-gradient(to bottom, #055a8e 0%, #1971a7 100%);
background-image: linear-gradient(to bottom, #055a8e 0%, #1971a7 100%);
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%);
}
a,
.link {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment