From 165d47723a484ba84acf13d62f7ae8e4f1392347 Mon Sep 17 00:00:00 2001 From: MikunoNaka Date: Thu, 8 Jul 2021 09:11:45 +0530 Subject: polished how POST requests work on both front and back end --- src/styles/global.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'src/styles/global.scss') diff --git a/src/styles/global.scss b/src/styles/global.scss index 9cecfea..a82e4ad 100644 --- a/src/styles/global.scss +++ b/src/styles/global.scss @@ -19,6 +19,7 @@ } * { scrollbar-width: 1vw; /* Firefox */ + transition: 0.3s; } body { -- cgit v1.2.3