diff options
| author | LynithDev <61880709+LynithDev@users.noreply.github.com> | 2023-12-28 14:48:19 +0100 |
|---|---|---|
| committer | LynithDev <61880709+LynithDev@users.noreply.github.com> | 2023-12-28 14:48:19 +0100 |
| commit | 97cf84050204a670f53b88fbe273fe62e60f23e7 (patch) | |
| tree | 9a70152d10dcc00d40ce932156ed0b93d3db118e /apps/website/src/styles | |
| parent | 98f4ee1dc2f505b0caa9c08b05935b78cc206007 (diff) | |
| download | Nexus-97cf84050204a670f53b88fbe273fe62e60f23e7.tar.gz Nexus-97cf84050204a670f53b88fbe273fe62e60f23e7.tar.bz2 Nexus-97cf84050204a670f53b88fbe273fe62e60f23e7.zip | |
Remove page transitions
Diffstat (limited to 'apps/website/src/styles')
| -rw-r--r-- | apps/website/src/styles/global.css | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/apps/website/src/styles/global.css b/apps/website/src/styles/global.css index a240f83..f98d574 100644 --- a/apps/website/src/styles/global.css +++ b/apps/website/src/styles/global.css @@ -32,27 +32,6 @@ } } -/* Transition */ -@keyframes fadeIn { - from { - opacity: 0; - } - - to { - opacity: 1; - } -} - -@keyframes fadeOut { - from { - opacity: 1; - } - - to { - opacity: 0; - } -} - /* Codeblocks */ .astro-code { padding: 10px; |
