From 681681211fe3d5a4689bf68560dd7215f9a3e29a Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Mon, 25 May 2015 14:20:13 +0100 Subject: [PATCH] Use darker background behind cards. --- resources/report/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/report/css/style.css b/resources/report/css/style.css index 3f7fd4cb..1f455ea7 100644 --- a/resources/report/css/style.css +++ b/resources/report/css/style.css @@ -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;