Skip to content

Commit

Permalink
Update anchor colors and background image
Browse files Browse the repository at this point in the history
  • Loading branch information
handotdev committed Nov 19, 2022
1 parent 0f6756f commit f832fdf
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions docs/mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
"ultraDark": "#8D9F4C",
"background": {
"dark": "#0D1117"
},
"anchors": {
"from": "#A1B659",
"to": "#F8B7BD"
}
},
"topbarLinks": [{ "name": "Log In", "url": "https://infisical.com/login" }],
Expand All @@ -26,20 +30,12 @@
{
"name": "Security",
"icon": "shield-halved",
"url": "https://infisical.com/security",
"color": {
"from": "#A1B659",
"to": "#F8B7BD"
}
"url": "https://infisical.com/security"
},
{
"name": "Blog",
"icon": "newspaper",
"url": "https://infisical.com/blog",
"color": {
"from": "#A1B659",
"to": "#F8B7BD"
}
"url": "https://infisical.com/blog"
}
],
"navigation": [
Expand Down Expand Up @@ -81,5 +77,5 @@
]
}
],
"backgroundImage": "/docs/images/background.png"
"backgroundImage": "/images/background.png"
}

0 comments on commit f832fdf

Please sign in to comment.