diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-07-08 09:11:45 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-07-08 09:11:45 +0530 |
commit | 165d47723a484ba84acf13d62f7ae8e4f1392347 (patch) | |
tree | 1cf092e8aa05e5037e9cd8a6f4bf2dd1696ef729 /src/styles | |
parent | 177427b5821a67e141236e6aeb4db12d76b050a0 (diff) |
polished how POST requests work on both front and back end
Diffstat (limited to 'src/styles')
-rw-r--r-- | src/styles/global.scss | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |