New opacity fix

This commit is contained in:
Gene Mecija 2022-08-08 10:46:08 -07:00
parent 86c93bdcce
commit 8c1ecb6590
2 changed files with 17556 additions and 173 deletions

17725
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -221,7 +221,7 @@ html, body {
font-family: $main-font;
font-size: 1.2rem;
line-height: 1.5em;
opacity: 100%;
opacity: 1;
transition: all 500ms ease-in-out;
@ -638,7 +638,7 @@ $morse-button-color: rgba(112, 138, 144,0.5);
@keyframes hideOverlay {
0% {
opacity: 100%;
opacity: 1;
}
100% {
opacity: 0;