Skip to content

Commit

Permalink
Merge pull request #18 from tobias-mintlify/patch-1
Browse files Browse the repository at this point in the history
Switch to new gradient syntax
  • Loading branch information
vmatsiiako authored Nov 18, 2022
2 parents 688aa85 + 41ce9ce commit 8cef83a
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions docs/mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,20 @@
{
"name": "Security",
"icon": "shield-halved",
"url": "https://infisical.com/security"
"url": "https://infisical.com/security",
"color": {
"from": "#A1B659",
"to": "#F8B7BD"
}
},
{
"name": "Blog",
"icon": "newspaper",
"url": "https://infisical.com/blog"
"url": "https://infisical.com/blog",
"color": {
"from": "#A1B659",
"to": "#F8B7BD"
}
}
],
"navigation": [
Expand Down Expand Up @@ -73,10 +81,5 @@
]
}
],
"classes": {
"topbarCtaButton": "bg-[#BADC58] hover:opacity-80 text-black rounded-md px-7 py-2.5 font-semibold",
"anchors": "group-hover:bg-gradient-to-br from-sky-400 to-primary",
"activeAnchors": "bg-gradient-to-br"
},
"backgroundImage": "/docs/images/background.png"
}

0 comments on commit 8cef83a

Please sign in to comment.