diff --git a/index.html b/index.html index 8b85575..32cde34 100644 --- a/index.html +++ b/index.html @@ -86,10 +86,10 @@ font-weight: normal; margin-block-start: 0.5em; margin-block-end: 0.5em; - transition: 0.3s; + transition: 0.2s; } canvas { - transition: 0.4s; + transition: 0.2s; } button:hover { background-color: rgba(222, 222, 222, 0.52); @@ -101,6 +101,9 @@ /*border: 1px solid white;*/ border-radius: 8px; } + input#userna { + transition: 0.2s +}