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