devpage
-
+
diff --git a/src/styles/gradient.css b/src/styles/gradient.css
index 61331e9..f7fac4e 100644
--- a/src/styles/gradient.css
+++ b/src/styles/gradient.css
@@ -29,7 +29,10 @@
}
/* ── Background application ──────────────────────────────── */
-body {
+html, body {
+ /* apply the gradient to the root element as well so the
+ translucent iOS bars always show a matching colour even
+ when the page hasn't been scrolled */
background: linear-gradient(
var(--gradient-angle),
var(--color-1) 0%,