Skip to content

Commit

Permalink
Adjust font size
Browse files Browse the repository at this point in the history
  • Loading branch information
karniv00l committed Nov 1, 2023
1 parent ba72da3 commit 57f3c5b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"GPPWM",
"Highside",
"IACV",
"Infima",
"katex",
"Lowside",
"Miata",
Expand Down
1 change: 1 addition & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ const config: Config = {
marginTop: -2,
},
},
hideOnScroll: true,
items: [
{
href: pdfUrl,
Expand Down
5 changes: 3 additions & 2 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

/* You can override the default Infima variables here. */
:root {
--ifm-color-primary: #434BE7;
--ifm-color-primary: #434be7;
--ifm-color-primary-dark: #29784c;
--ifm-color-primary-darker: #277148;
--ifm-color-primary-darkest: #205d3b;
Expand All @@ -15,10 +15,11 @@
--ifm-color-primary-lightest: #3cad6e;
--ifm-code-font-size: 95%;
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
--ifm-font-size-base: 17px;
}

/* For readability concerns, you should choose a lighter palette in dark mode. */
[data-theme='dark'] {
[data-theme="dark"] {
--ifm-color-primary: #666ded;
--ifm-color-primary-dark: #21af90;
--ifm-color-primary-darker: #1fa588;
Expand Down

0 comments on commit 57f3c5b

Please sign in to comment.