Skip to content

Commit 8ae47c2

Browse files
000-782: extra level navi
1 parent ef33ff1 commit 8ae47c2

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

_sass/_main.scss

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)