Skip to content

Commit

Permalink
run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
snapsnapturtle committed Aug 19, 2023
1 parent a414069 commit 5811c60
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
4 changes: 2 additions & 2 deletions styles/animations.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

@keyframes move-gradient {
0% {
background-position: 0 center
background-position: 0 center;
}
100% {
background-position: 100% center
background-position: 100% center;
}
}
14 changes: 13 additions & 1 deletion styles/variables.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
--text-primary: rgba(255, 255, 255, 0.8);
--text-link: rgba(255, 255, 255, 1);
--text-secondary: rgba(255, 255, 255, 0.4);
--fancy-gradient: linear-gradient(100deg, #ff377f 0%, #c984ff 15%, #3971ff 26%, #3971ff 33%, #3971ff 48%, #c984ff 59%, #ff377f 66%, #c984ff 81%, #3971ff 91%, #3971ff 100%);
--fancy-gradient: linear-gradient(
100deg,
#ff377f 0%,
#c984ff 15%,
#3971ff 26%,
#3971ff 33%,
#3971ff 48%,
#c984ff 59%,
#ff377f 66%,
#c984ff 81%,
#3971ff 91%,
#3971ff 100%
);
--font-family: 'Recursive', monospace;
}

0 comments on commit 5811c60

Please sign in to comment.