diff --git a/build/asset-manifest.json b/build/asset-manifest.json index 03a8b6a..cf0b5ff 100644 --- a/build/asset-manifest.json +++ b/build/asset-manifest.json @@ -1,6 +1,6 @@ { "files": { - "main.css": "/learn-morse-code/static/css/main.2db8c091.chunk.css", + "main.css": "/learn-morse-code/static/css/main.4f0d7525.chunk.css", "main.js": "/learn-morse-code/static/js/main.3ab0d3fb.chunk.js", "main.js.map": "/learn-morse-code/static/js/main.3ab0d3fb.chunk.js.map", "runtime-main.js": "/learn-morse-code/static/js/runtime-main.aaeeb903.js", @@ -8,9 +8,9 @@ "static/js/2.cb350622.chunk.js": "/learn-morse-code/static/js/2.cb350622.chunk.js", "static/js/2.cb350622.chunk.js.map": "/learn-morse-code/static/js/2.cb350622.chunk.js.map", "index.html": "/learn-morse-code/index.html", - "precache-manifest.433f6dee04234d9f61b61c82d023fae9.js": "/learn-morse-code/precache-manifest.433f6dee04234d9f61b61c82d023fae9.js", + "precache-manifest.5813e840b958136511c9ffb62c05b644.js": "/learn-morse-code/precache-manifest.5813e840b958136511c9ffb62c05b644.js", "service-worker.js": "/learn-morse-code/service-worker.js", - "static/css/main.2db8c091.chunk.css.map": "/learn-morse-code/static/css/main.2db8c091.chunk.css.map", + "static/css/main.4f0d7525.chunk.css.map": "/learn-morse-code/static/css/main.4f0d7525.chunk.css.map", "static/js/2.cb350622.chunk.js.LICENSE": "/learn-morse-code/static/js/2.cb350622.chunk.js.LICENSE", "static/media/electronic_key.jpg": "/learn-morse-code/static/media/electronic_key.cd2cf560.jpg", "static/media/straight_key.jpg": "/learn-morse-code/static/media/straight_key.f140bc7b.jpg" @@ -18,7 +18,7 @@ "entrypoints": [ "static/js/runtime-main.aaeeb903.js", "static/js/2.cb350622.chunk.js", - "static/css/main.2db8c091.chunk.css", + "static/css/main.4f0d7525.chunk.css", "static/js/main.3ab0d3fb.chunk.js" ] } \ No newline at end of file diff --git a/build/index.html b/build/index.html index a8a746b..5187b0b 100644 --- a/build/index.html +++ b/build/index.html @@ -1 +1 @@ -Learn Morse Code
\ No newline at end of file +Learn Morse Code
\ No newline at end of file diff --git a/build/service-worker.js b/build/service-worker.js index cc92a2d..fc29d37 100644 --- a/build/service-worker.js +++ b/build/service-worker.js @@ -14,7 +14,7 @@ importScripts("https://storage.googleapis.com/workbox-cdn/releases/4.3.1/workbox-sw.js"); importScripts( - "/learn-morse-code/precache-manifest.433f6dee04234d9f61b61c82d023fae9.js" + "/learn-morse-code/precache-manifest.5813e840b958136511c9ffb62c05b644.js" ); self.addEventListener('message', (event) => { diff --git a/src/css/App.css b/src/css/App.css index 32c73d5..730eee5 100644 --- a/src/css/App.css +++ b/src/css/App.css @@ -114,7 +114,7 @@ html, body { #header #social-links div img { width: 40px; height: 40px; - opacity: 30%; + opacity: 0.3; } #header #social-links div img:hover { @@ -324,7 +324,7 @@ html, body { font-family: "Roboto", sans-serif; font-size: 1.2rem; line-height: 1.5em; - opacity: 100%; + opacity: 1; -webkit-transition: all 500ms ease-in-out; transition: all 500ms ease-in-out; } @@ -856,7 +856,7 @@ i[class*="ri-"] { @-webkit-keyframes hideOverlay { 0% { - opacity: 100%; + opacity: 1; } 100% { opacity: 0%; @@ -865,7 +865,7 @@ i[class*="ri-"] { @keyframes hideOverlay { 0% { - opacity: 100%; + opacity: 1; } 100% { opacity: 0%;