diff --git a/index.html b/index.html index ba0d5c9..488aa8d 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@ href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap" rel="stylesheet" /> - +
diff --git a/style.css b/style.css index 9e9c634..2a2c8a5 100644 --- a/style.css +++ b/style.css @@ -36,7 +36,7 @@ body { pointer-events: none; opacity: 0.05; z-index: 1000; - background: url('https://grainy-gradients.vercel.app/noise.svg'); + background: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E"); } .container {