+
Share Code Snippets With Atomic Precision
diff --git a/src/index.css b/src/index.css index 223a461..2cd9cc7 100644 --- a/src/index.css +++ b/src/index.css @@ -33,46 +33,6 @@ } @layer utilities { - .grid-pattern { - position: fixed; - inset: 0; - pointer-events: none; - z-index: 0; - opacity: 0.4; - } - - .grid-pattern::before, - .grid-pattern::after { - content: ''; - position: absolute; - top: 0; - left: 0; - width: 200%; - height: 200%; - background-image: - linear-gradient(#35CAA408 1px, transparent 1px), - linear-gradient(90deg, #35CAA408 1px, transparent 1px); - background-size: 32px 32px; - transform-origin: 0 0; - animation: gridScroll 60s linear infinite; - pointer-events: none; - } - - .grid-pattern::after { - opacity: 0.3; - transform: translateY(-30%) rotate(30deg); - animation: gridScroll 45s linear infinite; - } - - @keyframes gridScroll { - 0% { - transform: translateY(0) rotate(0); - } - 100% { - transform: translateY(-25%) rotate(-5deg); - } - } - .glass-card { @apply bg-gray-900/60 backdrop-blur-lg border border-gray-700/50; }