Skip to content

Commit

Permalink
fixup: tab size of 2
Browse files Browse the repository at this point in the history
  • Loading branch information
amnn committed Jul 10, 2024
1 parent b36d727 commit c14786a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/site/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
[data-theme='dark'] img.balance-coin-token {
filter: invert(1);
}

/** navbar overrides */
.navbar-sidebar .menu__link {
color: var(--ifm-navbar-sidebar-link-color);
Expand All @@ -131,8 +131,9 @@ html[data-theme=dark] {
background-color: var(--ifm-navbar-background-color);
}
/** setup global style overrides */
body {
body {
font-family: var(--primaryFont);
tab-size: 2;
}

h1 {
Expand All @@ -141,7 +142,7 @@ h1 {
font-family: var(--primaryFont);
font-weight: 500;
letter-spacing: -0.04em;

}
.h1 {
letter-spacing: -2.88px;
Expand Down Expand Up @@ -335,4 +336,4 @@ h4 {
}
.text-gray {
color: var(--sui-gray);
}
}

0 comments on commit c14786a

Please sign in to comment.