Commit e9d47498 by Brian Talbot Committed by Nate Hardison

theming - resolves some variable defintions to help with edX theme

parent 11089962
......@@ -87,7 +87,7 @@ $dashboard-profile-header-color: transparent;
$dashboard-profile-color: rgb(252,252,252);
$dot-color: $light-gray;
$content-wrapper-bg: rgb(255,255,255);
$content-wrapper-bg: shade($body-bg, 2%);
$course-bg-color: #d6d6d6;
$course-bg-image: url(../images/bg-texture.png);
......
......@@ -107,7 +107,7 @@
@include clearfix;
margin: 0 auto;
width: 960px;
background: $body-bg;
background: $white;
}
.container {
......
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