make more readable

This commit is contained in:
Lee 2023-07-02 19:55:10 +01:00
parent e43d8e53b0
commit cfdda1b57a

@ -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",