diff --git a/site/snippets/header.php b/site/snippets/header.php index 7481626..c4f9828 100644 --- a/site/snippets/header.php +++ b/site/snippets/header.php @@ -28,7 +28,11 @@ position: fixed; inset: 0; z-index: 9999; - background: #000 url('/assets/img/scrollable-page-background.png') center / cover no-repeat; + background: + radial-gradient(ellipse 70% 55% at 10% 90%, #82107a 0%, transparent 65%), + radial-gradient(ellipse 50% 45% at 8% 15%, #2e0d8e 0%, transparent 55%), + radial-gradient(ellipse 45% 40% at 48% 35%, #0c2540 0%, transparent 55%), + #060a1a; transition: opacity 0.4s ease; pointer-events: none; }