Skip to content

Commit 1544b80

Browse files
committed
fix(styles): smooth page background
1 parent c6ab7b4 commit 1544b80

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/styles/global.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ body{
2222
background: radial-gradient(1200px 800px at 20% 10%, rgba(122,162,255,.08), transparent 55%),
2323
radial-gradient(1000px 600px at 80% 20%, rgba(94,234,212,.06), transparent 55%),
2424
var(--bg);
25+
background-repeat: no-repeat;
26+
background-attachment: fixed;
27+
background-size: 160% 160%, 160% 160%, 100% 100%;
2528
line-height: 1.65;
2629
}
2730

0 commit comments

Comments
 (0)