diff --git a/index.html b/index.html index a77b547..86dea05 100644 --- a/index.html +++ b/index.html @@ -280,9 +280,9 @@ Buy a devkit - + diff --git a/style.css b/style.css index 24bf019..540fdee 100644 --- a/style.css +++ b/style.css @@ -257,7 +257,8 @@ img { display: block; max-width: 100%; } height: clamp(360px, 48vw, 640px); } -html.dark .drone-vision-bg { filter: invert(1); } +html.dark .drone-vision-bg { background: #000; } +html.dark .drone-vision-bg svg { filter: invert(1); } .hero-caps-strip { background: rgba(255,255,255,0.86);