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

#988026 by Jeff Burnz: Fixed Move background color from body to #page-wrapper in Bartik

parent 067a7f1e
No related branches found
No related tags found
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
......@@ -2,19 +2,15 @@
/* ---------- Color Module Styles ----------- */
body {
background-color: #292929;
color: #ffffff;
}
#page-wrapper,
#main,
body,
body.overlay {
background-color: #ffffff;
color: #3b3b3b;
}
.comment .comment-arrow {
border-color: #ffffff;
}
#page,
#main-wrapper,
#main-menu-links li a.active,
#main-menu-links li.active-trail a {
background: #ffffff;
......@@ -45,6 +41,7 @@ a:active {
background-color: #f6f6f2;
border-color: #f9f9f9;
}
#page-wrapper,
#footer-wrapper {
background: #292929;
}
......
......@@ -2,7 +2,13 @@
/* ---------- Basic Layout Styles ----------- */
html,
body,
#page {
height: 100%;
}
#page-wrapper {
min-height: 100%;
min-width: 960px;
}
#header div.section,
......
......@@ -3,7 +3,6 @@
/* ---------- Overall Specifications ---------- */
body {
background-color: #fff;
line-height: 1.5;
font-size: 87.5%;
word-wrap: break-word;
......
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