Skip to content

Commit

Permalink
Update custom.css
Browse files Browse the repository at this point in the history
Signed-off-by: 0xbentobyte <[email protected]>
  • Loading branch information
0xbentobyte authored Oct 2, 2024
1 parent 0e6e69a commit fdf620f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,16 @@
--ifm-color-primary: #007AFF;
--ifm-font-family-base: "...";
--ifm-font-family-monospace: "...";
--ifm-font-size-base: 100%;
--ifm-font-size-base: 110%;
--ifm-font-weight-light: 300;
--ifm-font-weight-normal: 400;
--ifm-font-weight-semibold: 500;
--ifm-font-weight-bold: 700;
--ifm-font-weight-bold: 600;
--ifm-font-weight-base: var(--ifm-font-weight-normal);
--ifm-line-height-base: 1.65;

--ifm-background-color: #050505;
`` --ifm-background-surface-color: #050505;

}

0 comments on commit fdf620f

Please sign in to comment.