Skip to content

Commit

Permalink
feat: menu color
Browse files Browse the repository at this point in the history
  • Loading branch information
liukaiming-alipay committed Dec 10, 2024
1 parent 7651add commit 1d5f34d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/docusaurus/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@

.menu__link {
font-size: 14px !important;
color: #424e66 !important;
color: #545762 !important;
font-weight: 400;
}

.menu__list-item-collapsible,
Expand All @@ -82,7 +83,7 @@
background: #0e0b3b0d;
border-radius: 8px;
font-size: 14px;
color: #1a1b25e0;
color: #292d3b !important;
line-height: 22px;
font-weight: 500;
}
Expand Down

0 comments on commit 1d5f34d

Please sign in to comment.