From 1d8ded48ecee863e7631ff8a054d96aba111b38f Mon Sep 17 00:00:00 2001 From: Brock Whittaker Date: Tue, 3 Oct 2017 11:11:23 -0700 Subject: [PATCH] /help/: Change sidebar to be light grey. --- static/styles/portico.css | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/static/styles/portico.css b/static/styles/portico.css index e0f986ed3c..593bafcf70 100644 --- a/static/styles/portico.css +++ b/static/styles/portico.css @@ -99,11 +99,11 @@ body { height: calc(100vh - 64px - 10px - 10px); padding: 10px 20px 10px 20px; - background-color: #278676; - color: #dae0df; - + border-right: 1px solid hsl(219, 10%, 97%); overflow: auto; + background: hsl(219, 10%, 97%); + -webkit-overflow-scrolling: touch; } @@ -113,8 +113,6 @@ body { font-weight: 400; margin-bottom: 0px; line-height: 100%; - - color: #fff; cursor: pointer; } @@ -132,6 +130,9 @@ body { .help .sidebar h1 { font-size: 1.5em; + text-transform: uppercase; + + opacity: 0.5; } .help .sidebar h3 { @@ -1355,7 +1356,7 @@ input.new-organization-button { position: fixed; top: 70px; left: 9px; - fill: #fff; + fill: hsl(222, 33%, 33%); z-index: 2;