Skip to content

Commit 863e506

Browse files
committed
fix: navbar text color
1 parent 5e1fd33 commit 863e506

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

src/css/custom.css

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -481,17 +481,30 @@ html[data-theme="light"] {
481481
html[data-theme="light"] .menu__list {
482482
color: #434242;
483483
}
484-
484+
html[data-theme="dark"] .menu_list{
485+
color: white;
486+
}
485487
html[data-theme="light"]
486488
.menu__link,
487489
.table-of-contents__link,
488490
.menu__caret {
489491
color: #434242 !important;
490492
}
493+
html[data-theme="dark"]
494+
.menu__link,
495+
.table-of-contents__link,
496+
.menu__caret{
497+
color: white;
498+
}
499+
491500
html[data-theme="light"] .navbar__title,
492-
.navbar__link{
501+
html[data-theme="light"] .navbar__link{
493502
color:black !important;
494503
}
504+
html[data-theme="dark"] .navbar__title,
505+
html[data-theme="dark"] .navbar__link{
506+
color: white !important;
507+
}
495508

496509
html[data-theme="light"] .navbar-sidebar {
497510
background: linear-gradient(

0 commit comments

Comments
 (0)