File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed
Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -481,17 +481,30 @@ html[data-theme="light"] {
481481html [data-theme = "light" ] .menu__list {
482482 color : # 434242 ;
483483}
484-
484+ html [data-theme = "dark" ] .menu_list {
485+ color : white;
486+ }
485487html [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+
491500html [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
496509html [data-theme = "light" ] .navbar-sidebar {
497510 background : linear-gradient (
You can’t perform that action at this time.
0 commit comments