nicer gradient in title

This commit is contained in:
Set Hallstrom 2020-10-22 15:51:51 +02:00
parent a0e237bed5
commit db06389adf

View file

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