diff --git a/style.css b/style.css index 52a96a3..24bf019 100644 --- a/style.css +++ b/style.css @@ -248,6 +248,7 @@ img { display: block; max-width: 100%; } z-index: 1; width: 100%; line-height: 0; + background: #fff; } .drone-vision-bg svg { @@ -256,7 +257,7 @@ img { display: block; max-width: 100%; } height: clamp(360px, 48vw, 640px); } -html.dark .drone-vision-bg svg { filter: invert(1); } +html.dark .drone-vision-bg { filter: invert(1); } .hero-caps-strip { background: rgba(255,255,255,0.86);