Skip to content

Commit

Permalink
Fix transition bug
Browse files Browse the repository at this point in the history
  • Loading branch information
MjavadH committed Oct 11, 2023
1 parent 817dc4c commit 283bae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Fantasy/Wave/assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ body {
margin: 0 .5rem;
text-decoration: none;
color: #000;
transition: background-color .5s;
transition: 0.5s linear;
}

.link__404 a:hover {
Expand Down

0 comments on commit 283bae7

Please sign in to comment.