1
0
Fork 0

remove blur which caused too much lag on some devices and add netlify to gitignore

main
Gustav Lindqvist 2 months ago
parent ad3136732e
commit 0dbe8fff66

3
.gitignore vendored

@ -5,3 +5,6 @@
.env
/src/**/*.md.backup
/**/.obsidian/
# Local Netlify folder
.netlify

@ -70,8 +70,7 @@
left: 0;
width: 100%;
height: 100%;
backdrop-filter: blur(10px) brightness(60%);
mask: linear-gradient(0deg,#000 0,rgba(0, 0, 0, 0.7) 4em,transparent 8em)
background: linear-gradient(0deg,#000 0,rgba(0, 0, 0, 0.7) 4em,transparent 8em);
}
}

@ -101,8 +101,7 @@
left: 0;
width: 100%;
height: 100%;
backdrop-filter: blur(10px) brightness(80%);
mask: linear-gradient(0deg,#000 0,rgba(0, 0, 0, 0.7) 6em,transparent 12em);
background: linear-gradient(0deg,#000 0,rgba(0, 0, 0, 0.7) 6em,transparent 12em);
}
.post-header__image {

@ -81,7 +81,7 @@
left: 0;
width: 100%;
height: 100%;
backdrop-filter: brightness(70%) blur(10px);
background: rgba(0, 0, 0, 0.5);
content: "";
}
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save