Commit 03118497 by Dillon Dumesnil

Make review problems have a white background instead of grey

parent 7b2a56aa
......@@ -4,7 +4,7 @@
// overriding existing styles on the body element
// .view-incourse scopes these rules to be specific to student being in a course
body.view-in-course {
background-color: $body-bg;
background-color: theme-color("inverse");
// courseware header
.header-global,
......
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