delete useless images and fix 404

This commit is contained in:
Set Hallstrom 2020-09-11 13:05:14 +02:00
parent 2fec289b0e
commit f84678f514
7 changed files with 6 additions and 9 deletions

View file

@ -94,6 +94,10 @@ body {
bottom: 0;
transform: rotate(-3deg);
overflow: hidden;
background: -webkit-linear-gradient(90deg, var(--bg) 0%, var(--bg) 56%, var(--bg-alt) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
filter: blur(1px);
}
}
}