We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c6ab7b4 + 1544b80 commit 15df33bCopy full SHA for 15df33b
1 file changed
src/styles/global.css
@@ -22,6 +22,9 @@ body{
22
background: radial-gradient(1200px 800px at 20% 10%, rgba(122,162,255,.08), transparent 55%),
23
radial-gradient(1000px 600px at 80% 20%, rgba(94,234,212,.06), transparent 55%),
24
var(--bg);
25
+ background-repeat: no-repeat;
26
+ background-attachment: fixed;
27
+ background-size: 160% 160%, 160% 160%, 100% 100%;
28
line-height: 1.65;
29
}
30
0 commit comments