diff --git a/css/dashboard.css b/css/dashboard.css index 70c7029..300f62f 100644 --- a/css/dashboard.css +++ b/css/dashboard.css @@ -37,7 +37,7 @@ body { padding: 20px; overflow-x: hidden; overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */ - background-color: #f5f5f5; + background-color: #C4FAEC;/*#f5f5f5;*/ border-right: 1px solid #eee; } } @@ -69,6 +69,8 @@ body { .main { padding-right: 40px; padding-left: 40px; + background-color: F3FEC8; + } } .main .page-header {