Skip to content

Commit

Permalink
Add Census link to navbar (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebezzi authored Apr 27, 2023
1 parent f8132fe commit 59b555a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/_static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ h1, h2, h3, h4, h5, h6 {
color: #A7B6C2;
}

.navbar-divider {
background-color: #767676;
height: auto;
border: none;
width: 1px;
margin: 0;
}

.navbar-cxg-anchor:visited {
color: #A7B6C2;
}
Expand Down
4 changes: 4 additions & 0 deletions docs/_templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,10 @@
<span class="navbar-cxg-link">
<a class="navbar-cxg-anchor" href="https://cellxgene.cziscience.com/gene-expression">Gene Expression</a>
</span>
<hr class="navbar-divider">
<span class="navbar-cxg-link">
<a class="navbar-cxg-anchor" href="index.html">Census</a>
</span>
</span>
</span>

Expand Down

0 comments on commit 59b555a

Please sign in to comment.