generated from Fascinated/nextjs-13-template-with-tailwindcss
add info card transparency
This commit is contained in:
parent
d310b3c788
commit
9cd05ec227
@ -11,6 +11,9 @@
|
||||
},
|
||||
"backgroundImage": "https://cdn.fascinated.cc/8twdW8.jpg"
|
||||
},
|
||||
"infoCard": {
|
||||
"transparency": 0.85
|
||||
},
|
||||
"options": {
|
||||
"showSourceLink": true
|
||||
},
|
||||
|
@ -23,9 +23,10 @@ export default function Home() {
|
||||
}
|
||||
></div>
|
||||
<div
|
||||
className="bg-neutral-800 rounded-lg text-center shadow-lg"
|
||||
className={`bg-neutral-800 rounded-lg text-center shadow-lg`}
|
||||
style={{
|
||||
zIndex: 1,
|
||||
opacity: Config.infoCard.transparency,
|
||||
}}
|
||||
>
|
||||
<div className="m-5">
|
||||
|
Loading…
Reference in New Issue
Block a user