Adjust side-nav-more-options to account for anchor style (#3097)

* Adjust side-nav-more-options to account for `a` styles

- These nav-options were changed from `div`s to anchors, and so,
they need to be styled like the `div`s that used to be there.

* Use `inherit` instead of white
This commit is contained in:
Emma
2023-01-21 10:25:01 +01:00
committed by GitHub
parent 2d0fc8e2ee
commit 7ccb5dd05e
@@ -6,6 +6,9 @@
position: relative;
padding: 5px;
cursor: pointer;
color: inherit;
text-decoration: none;
display: block;
}
.navOption:hover {