commit | b18f0196a13f99cb9a362ee4586a7eb60f89fb01 | [log] [tgz] |
---|---|---|
author | pineafan <pineapplefanyt@gmail.com> | Thu Oct 27 22:08:36 2022 +0100 |
committer | pineafan <pineapplefanyt@gmail.com> | Thu Oct 27 22:08:36 2022 +0100 |
tree | 974463ec2fcf3eb6454fa9f580e2c31d949c143d | |
parent | 7bd0ad68572bcd9e6de2cef19179daa57ce43094 [diff] [blame] |
Fancy animations on navbar :)
diff --git a/styles/globals.module.css b/styles/globals.module.css index 1761aeb..944f797 100644 --- a/styles/globals.module.css +++ b/styles/globals.module.css
@@ -5,7 +5,8 @@ height: calc(100vh - 42px); width: 100%; border-radius: 25px; - box-shadow: 0 0 0 100px black; + box-shadow: 0 0 0 100px var(--theme-ui-colors-borders); + transition: 0.3s ease-in-out; pointer-events: none; background: transparent; }