Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/landing-jumbotron-color' into develop
Browse files Browse the repository at this point in the history
Forward port jumbotron color
  • Loading branch information
weierophinney committed May 23, 2018
2 parents ddf761c + 2bfad96 commit a8f4efe
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/book/zend-component-installer.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
.jumbotron {
background-color: #68b604;
color: white;
}

.content .jumbotron h1 {
color: white;
border-bottom: 0;
}

.features h2 {
border-top: 0;
margin-top: 0;
Expand Down

0 comments on commit a8f4efe

Please sign in to comment.