Use darker background behind cards.

This commit is contained in:
Oliver Hamlet
2015-05-25 14:20:13 +01:00
parent 1f227ddd55
commit 681681211f
+2 -2
View File
@@ -52,7 +52,7 @@ html /deep/ *:focus {
outline: none;
}
tt, code, kbd, samp {
font-family: Consolas, monospace;
font-family: Consolas, monospace;
}
/* App bar */
@@ -116,7 +116,7 @@ paper-item > a:hover {
/* Panel */
#main {
background:#FAFAFA;
background: #EEE;
overflow: auto;
position: relative;
z-index: 0;