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 Sep 26, 2024
1 parent 8d18546 commit 40a2069
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions css/custom.css
Original file line number Diff line number Diff line change
@@ -1 +1,23 @@
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
:root{

--ifm-code-font-size: 110%;
--ifm-menu-color-background-hover: rgba(0, 193, 255, .15);
--ifm-menu-color-background-active: rgba(0, 193, 255, .15);
--ifm-font-family-base: "Inter", sans-serif;
--ifm-link-decoration: none;
--ifm-navbar-background-color: #101010;
--ifm-navbar-height: 3.75rem;
--ifm-color-primary: #007AFF;
--ifm-font-family-base: "...";
--ifm-font-family-monospace: "...";
--ifm-font-size-base: 100%;
--ifm-font-weight-light: 300;
--ifm-font-weight-normal: 400;
--ifm-font-weight-semibold: 500;
--ifm-font-weight-bold: 700;
--ifm-font-weight-base: var(--ifm-font-weight-normal);
--ifm-line-height-base: 1.65;

}

0 comments on commit 40a2069

Please sign in to comment.