Skip to content

Commit 5e1fd33

Browse files
committed
fix: changed navbar color and made the text darker
1 parent ccde216 commit 5e1fd33

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

src/css/custom.css

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,8 @@ html[data-theme="dark"] .DocSearch {
143143
}
144144

145145
html[data-theme="light"] .navbar {
146-
background: linear-gradient(90deg, purple, blue);
146+
background: white;
147+
147148
}
148149

149150
div[class^="announcementBar_"] {
@@ -474,22 +475,22 @@ html[data-theme="light"] .menu__link {
474475

475476
html[data-theme="light"] {
476477
/* background: rgb(108, 152, 234); */
477-
color: #5A5A5A;
478+
color: #434242;
478479
}
479480

480481
html[data-theme="light"] .menu__list {
481-
color: #5A5A5A;
482+
color: #434242;
482483
}
483484

484485
html[data-theme="light"]
485486
.menu__link,
486487
.table-of-contents__link,
487488
.menu__caret {
488-
color: #5A5A5A !important;
489+
color: #434242 !important;
489490
}
490491
html[data-theme="light"] .navbar__title,
491492
.navbar__link{
492-
color:#fff !important;
493+
color:black !important;
493494
}
494495

495496
html[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+

0 commit comments

Comments
 (0)