Skip to content

Commit

Permalink
feat: doc style
Browse files Browse the repository at this point in the history
  • Loading branch information
liukaiming-alipay committed Nov 20, 2024
1 parent 8db8d89 commit 04a72a7
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docusaurus/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
#__docusaurus {
padding: 16px 120px 0;
background-color: transparent;
cursor: pointer;
cursor: pointer !important;
}

/* Sidebar Style */
Expand Down Expand Up @@ -104,18 +104,18 @@
font-size: 14px !important;
}

.markdown > h1,
.markdown > h2,
.markdown > h3,
.markdown > h4,
.markdown > h5,
.markdown > h6 {
.markdown > h5 {
color: #292d3b !important;
font-weight: 600 !important;
}

.markdown > h1 {
.markdown h1:first-child {
font-size: 26px !important;
color: #292d3b !important;
font-weight: 600 !important;
}

.markdown > h2 {
Expand Down Expand Up @@ -153,17 +153,17 @@
padding: 0;
}

.markdown > p,
.markdown > th,
.markdown > td,
.markdown > li,
.markdown > span {
.markdown p,
.markdown th,
.markdown td,
.markdown li,
.markdown span {
font-size: 14px !important;
color: #1a1b25e0 !important;
line-height: 22px !important;
}

.table-of-contents > li > a {
.table-of-contents li > a {
font-size: 14px;
color: #768191;
}
Expand Down

0 comments on commit 04a72a7

Please sign in to comment.