more blur

This commit is contained in:
Set Hallstrom 2020-11-30 12:34:16 +01:00
parent d8de3947a7
commit 60464d071d

View file

@ -100,7 +100,7 @@ body {
background: -webkit-linear-gradient(90deg, var(--bg) 25%,var(--fg-alt) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
filter: blur(1px);
filter: blur(2px);
}
}
.splash {