Skip to content

Commit ee505b1

Browse files
committed
Fix linting
1 parent 0db3f27 commit ee505b1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

assets/theme-css/styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,10 +221,10 @@ nav,
221221
background: var(--pst-color-text-muted);
222222
}
223223
.navbar-menu.is-active .navbar-item {
224-
color: var(--pst-color-background);
224+
color: var(--pst-color-background);
225225
}
226226
.navbar-menu.is-active .navbar-item:hover {
227-
color: var(--pst-color-link-hover);
227+
color: var(--pst-color-link-hover);
228228
}
229229

230230
a.navbar-item,

0 commit comments

Comments
 (0)