Skip to content

Commit

Permalink
Added glow effect
Browse files Browse the repository at this point in the history
  • Loading branch information
ForrestKnight committed May 29, 2024
1 parent 9ab8e4a commit 0d526e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,12 @@
.streaky-glow {
position: relative;
font-family: inherit;
/* color: transparent; */
/* background: linear-gradient(90deg, #fff, rgba(255, 200, 0, 0.679), #0ff, #fff); */
color: transparent;
background: linear-gradient(90deg, #fff, rgba(255, 200, 0, 0.679), #0ff, #fff);
background-size: 200% 200%;
-webkit-background-clip: text;
background-clip: text;
/* animation: glow 4s infinite alternate, streaky-move 4s linear infinite; */
animation: glow 4s infinite alternate, streaky-move 4s linear infinite;
}

@keyframes glow {
Expand Down

0 comments on commit 0d526e3

Please sign in to comment.