diff --git a/attached_assets/image_1762714862193.png b/attached_assets/image_1762714862193.png new file mode 100644 index 0000000..40c966a Binary files /dev/null and b/attached_assets/image_1762714862193.png differ diff --git a/static/css/styles.css b/static/css/styles.css index 1c30244..6401847 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -445,7 +445,7 @@ hr { left: 0; width: 100%; height: 250px; - background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.8) 30%, transparent 100%); + background: linear-gradient(to bottom, rgba(0, 2, 4, 1) 0%, rgba(0, 2, 4, 0.8) 30%, transparent 100%); z-index: 2; pointer-events: none; } @@ -466,7 +466,7 @@ hr { left: 0; width: 100%; height: 100%; - background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.85) 100%); + background: linear-gradient(to top, rgba(0, 2, 4, 0.95) 0%, rgba(0, 2, 4, 0.8) 50%, rgba(0, 2, 4, 0.85) 100%); z-index: 1; } @@ -1538,7 +1538,9 @@ body::before { left: 0; width: 100%; height: 100%; - background: transparent; + background: + radial-gradient(circle at 20% 50%, rgba(59, 130, 246, 0.05) 0%, transparent 50%), + radial-gradient(circle at 80% 80%, rgba(139, 92, 246, 0.05) 0%, transparent 50%); pointer-events: none; z-index: -1; }