Compare commits

..

No commits in common. "cfdda1b57a4ebcde52839f8977ef3eb281713ecc" and "c2a4cf8de08702d23f66702cdc51abc72375eefe" have entirely different histories.

2 changed files with 3 additions and 4 deletions

4
package-lock.json generated

@ -1,12 +1,12 @@
{ {
"name": "simple-links", "name": "simple-links",
"version": "0.1.1", "version": "0.1.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "simple-links", "name": "simple-links",
"version": "0.1.1", "version": "0.1.0",
"dependencies": { "dependencies": {
"@types/node": "20.3.3", "@types/node": "20.3.3",
"@types/react": "18.2.14", "@types/react": "18.2.14",

@ -13,8 +13,7 @@ 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})), ? `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})`, : `url(${Config.background.backgroundImage})`,
backgroundSize: "cover", backgroundSize: "cover",
backgroundBlendMode: "multiply", backgroundBlendMode: "multiply",