Skip to content

Commit

Permalink
feat: navbar styling
Browse files Browse the repository at this point in the history
Signed-off-by: Akiff Manji <[email protected]>
  • Loading branch information
amanji committed Aug 10, 2024
1 parent 2f9a854 commit 163435a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions digital-trust-toolkit/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ const config: Config = {

themeConfig: {
navbar: {
style: 'primary',
title: 'DTT',
items: [
...mainLinks.map((link: MainLink) => ({
Expand Down
5 changes: 5 additions & 0 deletions digital-trust-toolkit/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
* work well for content-centric websites.
*/

/* You can override the default Infima variables here. */
:root {
--ifm-color-primary: #003366;
}

.primary-background {
background-color: #003366;
}
Expand Down

0 comments on commit 163435a

Please sign in to comment.