Restored to 'c0c27e3649d9e287b0c00263d7c4f4d07fd89423'

Replit-Restored-To: c0c27e3649
This commit is contained in:
abhiramtx
2025-11-12 16:14:56 +00:00
parent e8df25dbf9
commit 88a82ccca0
70 changed files with 6 additions and 6 deletions

View File

@@ -445,7 +445,7 @@ hr {
left: 0;
width: 100%;
height: 250px;
background: linear-gradient(to bottom, rgba(0, 2, 4, 1) 0%, rgba(0, 2, 4, 0.8) 30%, transparent 100%);
background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 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, 2, 4, 0.95) 0%, rgba(0, 2, 4, 0.8) 50%, rgba(0, 2, 4, 0.85) 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%);
z-index: 1;
}