Skip to content

Commit

Permalink
Merge pull request hyperledger-archives#495 from winslet/master
Browse files Browse the repository at this point in the history
docs header colour fix
winslet authored Mar 16, 2017
2 parents af0a32f + 3eecc41 commit 415fc2b
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions packages/composer-website/jekylldocs/assets/css/new-style.scss
Original file line number Diff line number Diff line change
@@ -317,19 +317,19 @@ li {
color: $primary-text;
}

.navbar-inverse .navbar-nav > li > a {
color: $primary-text;
&:hover {
color: $primary-text;
}
}

.navbar-inverse .navbar-brand {
color: $primary-text;
&:hover {
color: $primary-text;
}
}
// .navbar-inverse .navbar-nav > li > a {
// color: $primary-text;
// &:hover {
// color: $primary-text;
// }
// }
//
// .navbar-inverse .navbar-brand {
// color: $primary-text;
// &:hover {
// color: $primary-text;
// }
// }

.navbar-fixed-top {
border: none;

0 comments on commit 415fc2b

Please sign in to comment.