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 @@
+
+
+
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 @@