Skip to content

Commit e26c204

Browse files
authored
Fix: (bulma.css) .navbar-dropdown background-color (#435)
Fixes appearance in dark mode. See <numpy/numpy.org#707 (comment)>.
1 parent 1be4e43 commit e26c204

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/theme-css/bulma.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ a.navbar-item:hover {
373373
margin-left: auto;
374374
}
375375
.navbar-dropdown {
376-
background-color: #fff;
376+
background-color: var(--pst-color-surface);
377377
border-bottom-left-radius: 6px;
378378
border-bottom-right-radius: 6px;
379379
border-top: 2px solid #dbdbdb;

0 commit comments

Comments
 (0)