diff --git a/client/src/index.css b/client/src/index.css index bde3caa..8dc296e 100644 --- a/client/src/index.css +++ b/client/src/index.css @@ -302,59 +302,53 @@ input[data-testid*="search"]::placeholder { z-index: 1; } -/* Background go4.video text decorations */ +/* Background go4.video logo decorations */ .floating-triangles { position: relative; overflow: hidden; } -.bg-text-large { +.bg-logo-large { position: absolute; - font-family: 'Inter', sans-serif; - font-weight: 900; - background: linear-gradient(135deg, rgba(59, 130, 246, 0.25), rgba(147, 51, 234, 0.2)); - background-clip: text; - -webkit-background-clip: text; - color: transparent; - font-size: clamp(120px, 15vw, 220px); + width: clamp(200px, 20vw, 400px); + height: clamp(100px, 10vw, 200px); + background-image: url('@assets/go4_1756394900352.png'); + background-size: contain; + background-repeat: no-repeat; + background-position: center; pointer-events: none; z-index: 0; user-select: none; - white-space: nowrap; - text-shadow: 0 0 30px rgba(59, 130, 246, 0.4); - filter: drop-shadow(0 0 20px rgba(147, 51, 234, 0.3)); + opacity: 0.15; + filter: blur(1px); } -.bg-text-medium { +.bg-logo-medium { position: absolute; - font-family: 'Inter', sans-serif; - font-weight: 700; - background: linear-gradient(135deg, rgba(147, 51, 234, 0.2), rgba(6, 182, 212, 0.18)); - background-clip: text; - -webkit-background-clip: text; - color: transparent; - font-size: clamp(80px, 10vw, 150px); + width: clamp(150px, 15vw, 300px); + height: clamp(75px, 7.5vw, 150px); + background-image: url('@assets/go4_1756394900352.png'); + background-size: contain; + background-repeat: no-repeat; + background-position: center; pointer-events: none; z-index: 0; user-select: none; - white-space: nowrap; - text-shadow: 0 0 25px rgba(147, 51, 234, 0.3); - filter: drop-shadow(0 0 15px rgba(6, 182, 212, 0.25)); + opacity: 0.12; + filter: blur(0.5px); } -.bg-text-small { +.bg-logo-small { position: absolute; - font-family: 'Inter', sans-serif; - font-weight: 500; - background: linear-gradient(135deg, rgba(6, 182, 212, 0.15), rgba(59, 130, 246, 0.12)); - background-clip: text; - -webkit-background-clip: text; - color: transparent; - font-size: clamp(50px, 6vw, 100px); + width: clamp(100px, 10vw, 200px); + height: clamp(50px, 5vw, 100px); + background-image: url('@assets/go4_1756394900352.png'); + background-size: contain; + background-repeat: no-repeat; + background-position: center; pointer-events: none; z-index: 0; user-select: none; - white-space: nowrap; - text-shadow: 0 0 20px rgba(6, 182, 212, 0.25); - filter: drop-shadow(0 0 10px rgba(59, 130, 246, 0.2)); + opacity: 0.08; + filter: blur(0.5px); } \ No newline at end of file diff --git a/client/src/pages/VideoPage.tsx b/client/src/pages/VideoPage.tsx index 54a397d..ff4c6ea 100644 --- a/client/src/pages/VideoPage.tsx +++ b/client/src/pages/VideoPage.tsx @@ -160,16 +160,11 @@ export default function VideoPage() {