Skip to content

Commit 7a23dcb

Browse files
fix: fix on hover span background issue (mobile nav)
1 parent 7a2bf70 commit 7a23dcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ body.mobile-nav-open {
332332
margin-right: 0;
333333
}
334334

335-
.mobile-nav li a:hover {
335+
.mobile-nav li a:hover span:not(.new) {
336336
background: var(--primary-gradient);
337337
-webkit-background-clip: text;
338338
-webkit-text-fill-color: transparent;

0 commit comments

Comments
 (0)