Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Merge branch 'MDL-63042-master' of git://github.com/peterRd/moodle
- Loading branch information
Showing
with
8 additions
and 0 deletions.
@@ -0,0 +1,4 @@ | ||
// Background color change as of MDL-63042 | ||
#page-my-index { | ||
background-color: $gray-100; | ||
} |