diff --git a/docs/_static/css/custom.css b/docs/_static/css/custom.css index 0089b858f..235d5ca52 100644 --- a/docs/_static/css/custom.css +++ b/docs/_static/css/custom.css @@ -162,8 +162,8 @@ ul.md-nav__list > li.md-nav__item > a.md-nav__link > span.md-ellipsis { /* Footer */ .md-footer { - background-color: #EFF2FC; - color: black; + background-color: #333333; + color: ffffff; } .md-footer-meta { @@ -174,7 +174,7 @@ ul.md-nav__list > li.md-nav__item > a.md-nav__link > span.md-ellipsis { html .md-footer-meta.md-typeset a { color: var(--md-footer-fg-color--light); - text-decoration: underline; + text-decoration: none; } .md-footer-meta__inner { @@ -189,6 +189,7 @@ html .md-footer-meta.md-typeset a { display: flex; flex-direction: row; justify-content: space-between; + padding-top: 0.4rem; } .czi-inner { diff --git a/docs/_templates/partials/footer.html b/docs/_templates/partials/footer.html index 6b1bece46..1547908b1 100644 --- a/docs/_templates/partials/footer.html +++ b/docs/_templates/partials/footer.html @@ -88,13 +88,21 @@