We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bea1b11 commit 0db3f27Copy full SHA for 0db3f27
1 file changed
assets/theme-css/styles.css
@@ -220,6 +220,12 @@ nav,
220
.navbar-menu.is-active {
221
background: var(--pst-color-text-muted);
222
}
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
229
230
a.navbar-item,
231
a.navbar-item:visited {
0 commit comments