SOLR-10290: Replace the bright green in the bottom nav links with a lighter tone of the header

This commit is contained in:
Cassandra Targett 2017-05-31 16:08:09 -05:00
parent 22c2ed070a
commit f34155fb20
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ a[data-toggle="tooltip"] {
/* Used for nav buttons */
.btn-primary {
color: #ffffff;
background-color: #0A7C38;
background-color: #F35B38;
border-color: #E6E7E8;
}