Increase sidebar contrast

This commit is contained in:
Oliver Hamlet
2016-04-09 12:11:00 +01:00
parent 0a68f6a038
commit e33a69c89c
+7
View File
@@ -10,3 +10,10 @@
.mdl-textfield {
vertical-align: middle;
}
/* Change drawer colour scheme to black-on-white. */
div.mdl-layout__drawer {
background-color: white;
}
.mdl-navigation__link > span {
color: rgba(0, 0, 0, 0.87);
}