nicer gradient in title
This commit is contained in:
parent
a0e237bed5
commit
db06389adf
|
@ -97,7 +97,7 @@ body {
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
transform: rotate(-3deg);
|
transform: rotate(-3deg);
|
||||||
overflow: hidden;
|
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-background-clip: text;
|
||||||
-webkit-text-fill-color: transparent;
|
-webkit-text-fill-color: transparent;
|
||||||
filter: blur(1px);
|
filter: blur(1px);
|
||||||
|
|
Loading…
Reference in a new issue