Skip to content

Commit 0db3f27

Browse files
authored
Fix: (styles.css) .navbar-menu colors (#407)
When the navbar menu is collapsed into the hamburger menu, the text color had poor contrast against the background. Now it's clearly readable.
1 parent bea1b11 commit 0db3f27

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

assets/theme-css/styles.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,12 @@ nav,
220220
.navbar-menu.is-active {
221221
background: var(--pst-color-text-muted);
222222
}
223+
.navbar-menu.is-active .navbar-item {
224+
color: var(--pst-color-background);
225+
}
226+
.navbar-menu.is-active .navbar-item:hover {
227+
color: var(--pst-color-link-hover);
228+
}
223229

224230
a.navbar-item,
225231
a.navbar-item:visited {

0 commit comments

Comments
 (0)