From c3d88d9088fc8b56710a60746a7570c0f8e5b2c7 Mon Sep 17 00:00:00 2001 From: MohsenEMX Date: Sun, 25 Dec 2022 22:50:25 +0330 Subject: [PATCH] Update: 5.1.2 --- index.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 +}