Skip to content

Commit

Permalink
fix the godawful background gradient css
Browse files Browse the repository at this point in the history
part 2 coming soon
  • Loading branch information
thonkinator authored Oct 28, 2024
1 parent 4ce9b16 commit 3d89641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

:root {
scroll-behavior: smooth;
background-image: linear-gradient(#070b34 0%, #141852 35%, #2b2f77 61%, #473475 73%, #6b4984 87%, #855988 calc(100% - 0rem), #141852 calc(100% - 1.5rem), #070b34);
background-image: linear-gradient(#070b34 0%, #141852 35%, #2b2f77 61%, #473475 73%, #6b4984 87%, #855988 100%);
background-color: #070b34;
color: white;
font-family: space-grotesk, system-ui, sans-serif;
Expand Down

0 comments on commit 3d89641

Please sign in to comment.