feat: update mobile theme color for status bar and apply gradient to root element

This commit is contained in:
sha
2026-02-22 00:22:09 +02:00
parent 76352a2318
commit 44d8b2d533
2 changed files with 5 additions and 2 deletions
+4 -1
View File
@@ -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%,