Skip to content

Commit

Permalink
πŸ“ Edit docs CSS (#1259)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vectorized authored Dec 30, 2024
1 parent 7f78855 commit de9aee5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@
--sidebar-nav-strong-font-size: 0.8em;
--code-block-padding: 1.39em;
--code-block-line-height: 1.39;
--base-line-height: 1.6;
}
.markdown-section p {
margin: 0.7em 0 !important;
}
.markdown-section code {
word-break: break-all !important;
}
.clear-button.show svg circle {
fill: rgba(128,128,128,0.5) !important;
Expand Down Expand Up @@ -71,6 +78,9 @@
.sidebar-nav > ul > li > ul > li > ul {
margin-left: 0 !important;
}
.sidebar-nav > ul > li > ul > li > a {
line-height: 1.5;
}
.sidebar-nav > ul > li > ul > li > ul > li > a {
font-weight: 700 !important;
text-transform: uppercase;
Expand Down

0 comments on commit de9aee5

Please sign in to comment.