We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c197773 commit 50e9699Copy full SHA for 50e9699
assets/vsc.svg
pages/index.tsx
@@ -108,7 +108,7 @@ export default function Example() {
108
<Link href="https://marketplace.visualstudio.com/items?itemname=mintlify.document">
109
<button
110
type="button"
111
- className="inline-flex items-center px-3.5 py-2 border border-transparent text-sm leading-4 font-medium rounded-full shadow-sm text-gray-800 bg-white/[0.9] hover:bg-gray-100 shadow"
+ className="inline-flex items-center px-3.5 py-2 border border-transparent text-sm leading-4 font-medium rounded-full shadow-sm text-white bg-white bg-opacity-25 backdrop-filter backdrop-blur-lg shadow hover:bg-opacity-40"
112
>
113
<Image height={16} width={16} src={vscode} />
114
<p className="ml-2">Install on Visual Studio Code</p>
0 commit comments