Make the .improve callout a light grey.

This commit is contained in:
Parker Moore 2015-02-24 21:19:47 -08:00
parent a4db7ec63c
commit a43d3d1dc8
1 changed files with 3 additions and 0 deletions

View File

@ -531,6 +531,9 @@ aside {
.improve {
padding-top: 25px;
font-size: 16px;
a {
color: #999;
}
}
.docs-nav-mobile select {