add more contrast to example code

This commit is contained in:
Kevin Ross 2015-12-06 10:12:56 -06:00
parent a4487d24d6
commit 87d68b948a
2 changed files with 8 additions and 0 deletions

View File

@ -89,3 +89,4 @@ $bd-info: $brand-info; // #5bc0de;
// MDB customizatinos
@import 'mdb/booticon';
@import 'mdb/component-examples';

View File

@ -0,0 +1,7 @@
//
// Code snippets
//
.highlight {
background-color: $grey-200;
}