diff --git a/documentation/README.md b/documentation/README.md index 0c7af39..af1e4d4 100644 --- a/documentation/README.md +++ b/documentation/README.md @@ -42,7 +42,7 @@ The files in the `lib/` are external libraries used in this project. - Also used under the terms of the MIT license. - https://code.garrettmills.dev/garrettmills/vues6 - Sound effects obtained from https://www.zapsplat.com and used with permission. -- Button animations obtained from https://codepen.io/atloomer and used with permission. +- Button animations obtained from https://codepen.io/atloomer and https://www.youtube.com/watch?v=MLfAW55_4cY , and used with permission. - HR line animations obtained from https://codepen.io/Grienauer and used with permission. ## Contributors diff --git a/src/style/components.css b/src/style/components.css index a29a478..1be0306 100644 --- a/src/style/components.css +++ b/src/style/components.css @@ -480,16 +480,5 @@ p { ***************************************/ .instructions { - animation: type 2s steps(22); - overflow: hidden; - white-space: nowrap; - width: 60ch; - font-family: Consolas, Monaco, 'Andale Mono', monospace; - font-size: 1.5em; + font-size: 1.3em; } - -@keyframes type { - 0% { - width: 0ch; - } -} \ No newline at end of file