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 04:25:01 -05:00 committed by GitHub
parent 2d0fc8e2ee
commit 7ccb5dd05e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,9 @@
position: relative;
padding: 5px;
cursor: pointer;
color: inherit;
text-decoration: none;
display: block;
}
.navOption:hover {