portico: Modify docs sidebar to a light shade of green.

This commit is contained in:
Cynthia Lin 2017-08-21 22:28:04 -07:00 committed by showell
parent b7fb86b9ea
commit c90faca875
1 changed files with 3 additions and 2 deletions

View File

@ -122,7 +122,7 @@ body {
box-shadow: 0px -20px 50px rgba(0, 0, 0, 0.04);
overflow: auto;
color: hsl(222, 33%, 33%);
color: hsl(0, 0%, 27%);
}
.help .sidebar {
@ -137,7 +137,8 @@ body {
border-right: 1px solid hsl(219, 10%, 97%);
overflow: auto;
background: hsl(219, 10%, 97%);
background-color: hsl(153, 32%, 55%);
color: hsl(0, 0%, 100%);
-webkit-overflow-scrolling: touch;
}