Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ body{
background: radial-gradient(1200px 800px at 20% 10%, rgba(122,162,255,.08), transparent 55%),
radial-gradient(1000px 600px at 80% 20%, rgba(94,234,212,.06), transparent 55%),
var(--bg);
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 160% 160%, 160% 160%, 100% 100%;
line-height: 1.65;
}

Expand Down