Skip to content

Commit

Permalink
Fix: (bulma.css) .navbar-dropdown background-color
Browse files Browse the repository at this point in the history
Fixes appearance in dark mode.

See <numpy/numpy.org#707 (comment)>.
  • Loading branch information
alphapapa committed Dec 7, 2023
1 parent e38cbcf commit 4c5dea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/theme-css/bulma.css
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ a.navbar-item:hover {
margin-left: auto;
}
.navbar-dropdown {
background-color: #fff;
background-color: var(--pst-color-surface);
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
border-top: 2px solid #dbdbdb;
Expand Down

0 comments on commit 4c5dea2

Please sign in to comment.