diff options
Diffstat (limited to 'apps/website/src/styles/global.css')
-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; |