Skip to content

Commit 2c4ab2f

Browse files
committed
fixed menu text color when system in light mode
1 parent aaf7593 commit 2c4ab2f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/assets/styles/menu.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -500,4 +500,16 @@
500500
flex: 1;
501501
padding-bottom: 1rem;
502502
}
503+
504+
[data-theme="system"] [popover] {
505+
color: var(--secondary);
506+
}
507+
508+
[data-theme="system"] [popover] .nav--list__item a {
509+
color: var(--secondary);
510+
}
511+
512+
[data-theme="system"] [popover] .nav--list__item:hover a {
513+
color: var(--primary);
514+
}
503515
}

0 commit comments

Comments
 (0)