generated from Fascinated/nextjs-13-template-with-tailwindcss
Compare commits
2 Commits
c2a4cf8de0
...
cfdda1b57a
Author | SHA1 | Date | |
---|---|---|---|
cfdda1b57a | |||
e43d8e53b0 |
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "simple-links",
|
"name": "simple-links",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "simple-links",
|
"name": "simple-links",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/node": "20.3.3",
|
"@types/node": "20.3.3",
|
||||||
"@types/react": "18.2.14",
|
"@types/react": "18.2.14",
|
||||||
|
@ -13,7 +13,8 @@ export default function Home() {
|
|||||||
? {
|
? {
|
||||||
zIndex: 0,
|
zIndex: 0,
|
||||||
background: Config.background.darken.enabled
|
background: Config.background.darken.enabled
|
||||||
? `linear-gradient(rgba(0, 0, 0, ${Config.background.darken.amount}), rgba(0, 0, 0, ${Config.background.darken.amount})), url(${Config.background.backgroundImage})`
|
? `linear-gradient(rgba(0, 0, 0, ${Config.background.darken.amount}), rgba(0, 0, 0, ${Config.background.darken.amount})),
|
||||||
|
url(${Config.background.backgroundImage})`
|
||||||
: `url(${Config.background.backgroundImage})`,
|
: `url(${Config.background.backgroundImage})`,
|
||||||
backgroundSize: "cover",
|
backgroundSize: "cover",
|
||||||
backgroundBlendMode: "multiply",
|
backgroundBlendMode: "multiply",
|
||||||
|
Loading…
Reference in New Issue
Block a user