File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed
Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,8 @@ html[data-theme="dark"] .DocSearch {
143143}
144144
145145html [data-theme = "light" ] .navbar {
146- background : linear-gradient (90deg , purple, blue);
146+ background : white;
147+
147148}
148149
149150div [class ^= "announcementBar_" ] {
@@ -474,22 +475,22 @@ html[data-theme="light"] .menu__link {
474475
475476html [data-theme = "light" ] {
476477 /* background: rgb(108, 152, 234); */
477- color : # 5A5A5A ;
478+ color : # 434242 ;
478479}
479480
480481html [data-theme = "light" ] .menu__list {
481- color : # 5A5A5A ;
482+ color : # 434242 ;
482483}
483484
484485html [data-theme = "light" ]
485486.menu__link ,
486487.table-of-contents__link ,
487488.menu__caret {
488- color : # 5A5A5A !important ;
489+ color : # 434242 !important ;
489490}
490491html [data-theme = "light" ] .navbar__title ,
491492.navbar__link {
492- color : # fff !important ;
493+ color : black !important ;
493494}
494495
495496html [data-theme = "light" ] .navbar-sidebar {
@@ -506,7 +507,7 @@ html[data-theme="light"] .navbar-sidebar {
506507.menu__link {
507508 margin-left : 1.55rem ;
508509 color : var (--salt80 );
509- color : # 5A5A5A ;
510+ color : # 434242 ;
510511 font-weight : normal;
511512 font-size : 1rem ;
512513 line-height : 1.25 ;
@@ -873,4 +874,5 @@ footer {
873874}
874875.container {
875876 margin-top : 50px ;
876- }
877+ }
878+
You can’t perform that action at this time.
0 commit comments