Fix opacity issue on Info page

This commit is contained in:
Gene Mecija 2022-08-08 01:14:10 -07:00
parent c073fac13c
commit 4a679c73eb

View file

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