diff --git a/apps/website/assets/css/voyage-layout.css b/apps/website/assets/css/voyage-layout.css index 60ba3e7..5d66113 100644 --- a/apps/website/assets/css/voyage-layout.css +++ b/apps/website/assets/css/voyage-layout.css @@ -101,8 +101,8 @@ body.theme-monaco-white { /* Allow HTML and body to extend into safe areas for iOS */ html { - /* Set background to match hero overlay color to prevent white flash */ - background-color: #001f3f; /* Matches --primary-blue */ + /* REMOVED background-color to allow video to show in safe areas */ + /* background-color: #001f3f; -- This was blocking the video! */ /* Ensure full viewport coverage including safe areas */ min-height: 100vh; min-height: -webkit-fill-available;