From bcd696385f574f505d8293061a9be24f3676ddec Mon Sep 17 00:00:00 2001 From: Don Naro Date: Mon, 4 Dec 2023 17:46:57 +0000 Subject: [PATCH] masthead consistency with community website --- sass/_docbar.scss | 5 ++++ sass/_nav.scss | 10 +++---- static/images/community_logo_black.svg | 14 +++++++++ templates/_nav.html | 39 ++++---------------------- 4 files changed, 29 insertions(+), 39 deletions(-) create mode 100644 static/images/community_logo_black.svg diff --git a/sass/_docbar.scss b/sass/_docbar.scss index 2694b864..39be9e52 100644 --- a/sass/_docbar.scss +++ b/sass/_docbar.scss @@ -9,5 +9,10 @@ } .nav-link { text-align: center; + color: $white; + font-size: 1rem; + &:hover { + color: $light-grey; + } } } \ No newline at end of file diff --git a/sass/_nav.scss b/sass/_nav.scss index 2432df10..50b57c3b 100644 --- a/sass/_nav.scss +++ b/sass/_nav.scss @@ -1,5 +1,5 @@ nav { - background: $black; + background: $pool; .navbar-toggler { color: $white; outline: none; @@ -32,21 +32,21 @@ nav { margin-top: 0.5rem; } .navbar-brand { - color: $white; + color: $black; font-size: 1.2rem; padding-right: 4px; &:hover { - color: $pool; + color: $white; } } .nav-item { padding: 1px 4px; } .nav-link { - color: $white; + color: $black; font-size: 1rem; &:hover { - color: $pool; + color: $white; } } @media screen and (max-width: 990px) { diff --git a/static/images/community_logo_black.svg b/static/images/community_logo_black.svg new file mode 100644 index 00000000..a35a6423 --- /dev/null +++ b/static/images/community_logo_black.svg @@ -0,0 +1,14 @@ + + + + +Ansible-Mark-RGB + + + diff --git a/templates/_nav.html b/templates/_nav.html index 3bd1ad05..418ae604 100644 --- a/templates/_nav.html +++ b/templates/_nav.html @@ -1,29 +1,9 @@