Commit 86a7a255 by Brian Talbot Committed by David Baumgold

resolves background color syncing for particular page/container wrappers

parent 6526146b
......@@ -88,9 +88,10 @@ $dashboard-profile-header-color: transparent;
$dashboard-profile-color: rgb(252,252,252);
$dot-color: $light-gray;
$content-wrapper-bg: shade($body-bg, 2%);
$content-wrapper-bg: $white;
$course-bg-color: #d6d6d6;
$course-bg-image: url(../images/bg-texture.png);
$account-content-wrapper-bg: shade($body-bg, 2%);
$course-profile-bg: rgb(245,245,245);
$course-header-bg: rgba(255,255,255, 0.93);
......
......@@ -98,7 +98,7 @@
// layout
.content-wrapper {
background: $content-wrapper-bg;
background: $account-content-wrapper-bg;
padding-bottom: 0;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment