From ac0478a1270171be65439f8cd5efc05f450f94db Mon Sep 17 00:00:00 2001 From: Ceci Herbert Date: Fri, 8 Nov 2024 18:25:45 +0000 Subject: [PATCH] updated navbar with color and logo --- source/_static/images/oe_logo_name.svg | 75 +++++++++++++++++++++++++- source/_static/theme_overrides.css | 12 ++--- source/conf.py | 2 +- 3 files changed, 81 insertions(+), 8 deletions(-) diff --git a/source/_static/images/oe_logo_name.svg b/source/_static/images/oe_logo_name.svg index 66d45a5..1b7b05a 100644 --- a/source/_static/images/oe_logo_name.svg +++ b/source/_static/images/oe_logo_name.svg @@ -1 +1,74 @@ - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/source/_static/theme_overrides.css b/source/_static/theme_overrides.css index 4faa78d..ff9d1a0 100644 --- a/source/_static/theme_overrides.css +++ b/source/_static/theme_overrides.css @@ -108,13 +108,13 @@ h6 { /* navigation bar colors*/ .navbar { - background: white !important; + background: #cd98c2ff !important; font-size: 1em; } .navbar-nav>.active>.nav-link { - background-color: white !important; - color: #344b39 !important; + background-color: #e6eddf !important; + color: #2f401f !important; font-weight: normal !important; transition-duration: 0.4s; } @@ -125,20 +125,20 @@ h6 { } .navbar a { - color: grey !important; + color: white !important; font-family: "Bitter", sans-serif; transition-duration: 0.4s; margin-right: 10px; } .search-button { - color: grey !important; + color: white !important; margin-right: 30px; } .navbar a:hover { - color: grey !important; + color: #2f401f !important; transition-duration: 0.4s; } diff --git a/source/conf.py b/source/conf.py index 8d834aa..951ebfa 100644 --- a/source/conf.py +++ b/source/conf.py @@ -86,7 +86,7 @@ # a list of builtin themes. # html_theme = "pydata_sphinx_theme" -html_logo = "_static/images/miniscope-logo.png" +html_logo = "_static/images/oe_logo_name.svg" html_scaled_image_link = True html_title = project