From 4aa69c44dbd2517b0fc8f8ef001de8b32b5c66f3 Mon Sep 17 00:00:00 2001 From: skidoodle <53189968+skidoodle@users.noreply.github.com> Date: Sun, 14 Aug 2022 21:24:33 +0200 Subject: [PATCH] Update globals.scss --- styles/globals.scss | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/styles/globals.scss b/styles/globals.scss index bb1c676..d7e33f5 100644 --- a/styles/globals.scss +++ b/styles/globals.scss @@ -1,6 +1,5 @@ @tailwind base; @tailwind components; -@tailwind utilities; @layer base { html { @@ -12,10 +11,6 @@ background-color: #000; color: #fff; } - - ul, ol { - list-style: revert; - } } @layer components { @@ -33,24 +28,3 @@ border-radius: 10px; } } - -@layer utilities { - .gradient { - color: transparent; - background-clip: text; - background-image: linear-gradient(to right, #800a18, #a82044, #9e4a60); - animation: gradient 5s ease infinite - } - - @keyframes gradient { - 0%, 100% { - background-size: 200%; - background-position: left center; - } - - 50% { - background-size: 200%; - background-position: right center; - } - } -} \ No newline at end of file