Skip to content

Commit

Permalink
feat: pink first website header. (#18)
Browse files Browse the repository at this point in the history
Sluice the gradient from pinkish to bluish.

License: MIT

Signed-off-by: Oli Evans <[email protected]>
  • Loading branch information
olizilla authored Nov 14, 2023
1 parent 5d9616c commit 37c7052
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ code .line::before {
}

@keyframes bgPosDrift {
0% { background-position: 0% 50%; }
50% { background-position: 100% 50%; }
100% { background-position: 0% 50%; }
0% { background-position: 100% 50%; }
50% { background-position: 0% 50%; }
100% { background-position: 100% 50%; }
}

0 comments on commit 37c7052

Please sign in to comment.