Skip to content

Commit

Permalink
Adjust side-nav-more-options to account for anchor style (FreeTubeA…
Browse files Browse the repository at this point in the history
…pp#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
  • Loading branch information
MarmadileManteater committed Jan 21, 2023
1 parent 2d0fc8e commit 7ccb5dd
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -6,6 +6,9 @@
position: relative;
padding: 5px;
cursor: pointer;
color: inherit;
text-decoration: none;
display: block;
}

.navOption:hover {
Expand Down

0 comments on commit 7ccb5dd

Please sign in to comment.