File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -53,5 +53,21 @@ $hero-darken: $dark !default;
5353
5454
5555
56+ /* Ensure second-level items with dropdowns have consistent styling */
57+ .navbar-item.has-dropdown .navbar-dropdown .navbar-item.has-dropdown > .navbar-link {
58+ background-color : transparent ; /* Remove black highlight */
59+ color : #000000 ; /* Set text to black */
60+ }
61+
62+ /* Add hover effect for better interaction */
63+ .navbar-item.has-dropdown .navbar-dropdown .navbar-item.has-dropdown > .navbar-link :hover {
64+ background-color : #f5f5f5 ; /* Light gray on hover */
65+ color : #000000 ; /* Keep text black */
66+ }
5667
68+ /* Optional: Ensure dropdown borders match overall style */
69+ .navbar-dropdown {
70+ border : 1px solid #e5e5e5 ; /* Add a subtle border */
71+ border-radius : 4px ; /* Optional: Rounds corners */
72+ }
5773
You can’t perform that action at this time.
0 commit comments