Skip to content

Commit

Permalink
fix: change fadein keyframe value from 0.8 to 1 (for opacity 100%) (#…
Browse files Browse the repository at this point in the history
…86)

Update _miscellaneous.scss - fadein keyframe
  • Loading branch information
DavidBThomp committed Jul 26, 2023
1 parent 68c1599 commit 79a3101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/sass/_miscellaneous.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
}

100% {
opacity: 0.8;
opacity: 1;
}
}

Expand Down

0 comments on commit 79a3101

Please sign in to comment.