Skip to content
Snippets Groups Projects
Commit c89edfa4 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #879536 by tim.plunkett: improve Bartik's 'Blue Lagoon' color scheme.

parent 755913e0
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -29,7 +29,7 @@
'text' => '#3b3b3b',
'sidebar' => '#f6f6f2',
'sidebarborders' => '#f9f9f9',
'footer' => '#2d1e0f',
'footer' => '#292929',
'titleslogan' => '#ffffff',
),
),
......
......@@ -3,7 +3,7 @@
/* ---------- Color Module Styles ----------- */
body {
background-color: #2d1e0f;
background-color: #292929;
color: #ffffff;
}
html,
......@@ -38,7 +38,7 @@ a:active {
border-color: #f9f9f9;
}
#footer-wrapper {
background: #2d1e0f;
background: #292929;
}
#header #name-and-slogan,
#header #name-and-slogan a {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment