Skip to content

Commit

Permalink
Merge branch 'main' into snyk-upgrade-1add868ecb76a1b8463e2e335347dce8
Browse files Browse the repository at this point in the history
  • Loading branch information
adriantam authored Nov 30, 2023
2 parents abde866 + bae95a6 commit fcd7b26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
--ifm-code-font-size: 95%;
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
--ifm-pre-padding: 2rem;
--ifm-navbar-height: 6.5rem;
}

/* For readability concerns, you should choose a lighter palette in dark mode. */
Expand Down
2 changes: 1 addition & 1 deletion static/css/openfga.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ a:visited {
/* Navbar */
.navbar {
border-bottom: 1px solid var(--ofga-neutral-darker);
height: 6.5rem;
height: var(--ifm-navbar-height);
display: flex;
justify-content: center;
}
Expand Down

0 comments on commit fcd7b26

Please sign in to comment.