diff options
Diffstat (limited to 'src/styles/global.scss')
-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 { |